Skip to content

Commit 47cda05

Browse files
Vitexusclaude
andcommitted
fix: disable debian:forky build in Jenkinsfile(s)
Forky is still unstable/research-only. The full Debian package ecosystem is not yet available for Forky, causing cascading unmet dependency failures. Re-enable once the full stack builds cleanly for Forky. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c184e12 commit 47cda05

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

debian/Jenkinsfile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
// Current version of this Pipeline https://github.com/VitexSoftware/BuildImages/blob/main/Test/Jenkinsfile-parael
44

5-
String[] distributions = ['debian:bookworm', 'debian:trixie', 'debian:forky', 'ubuntu:jammy', 'ubuntu:noble']
5+
// debian:forky disabled: Forky is still unstable/research-only.
6+
// The full Debian package ecosystem is not yet available for Forky.
7+
// Re-enable once the stack builds cleanly for Forky.
8+
String[] distributions = ['debian:bookworm', 'debian:trixie', 'ubuntu:jammy', 'ubuntu:noble']
69

710
String vendor = 'vitexsoftware'
811
//String distroFamily = ''

0 commit comments

Comments
 (0)