Skip to content

Commit 13d4186

Browse files
Vitexusclaude
andcommitted
ci: disable broken distros with failure notes from build #27
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6a9c549 commit 13d4186

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

debian/Jenkinsfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
// Current version of this Pipeline https://github.com/VitexSoftware/BuildImages/blob/main/Test/Jenkinsfile
44

55
String[] distributions = [
6-
'debian:bookworm',
7-
'debian:trixie',
8-
'debian:forky',
9-
'ubuntu:jammy',
6+
'debian:bookworm',
7+
'debian:trixie',
8+
// 'debian:forky', // multiflexi-cli uninstallable: php-symfony-dependency-injection has no choices in forky repo
9+
// 'ubuntu:jammy', // postinst PHP Fatal error: Symfony/Polyfill/Php80/autoload.php not found (path incompatibility)
1010
'ubuntu:noble',
11-
'ubuntu:resolute',
11+
// 'ubuntu:resolute', // multiflexi-cli uninstallable: multiflexi-sqlite (>= 2.4.1) not available for resolute
1212
]
1313

1414
String vendor = 'vitexsoftware'

0 commit comments

Comments
 (0)