Skip to content

Commit 5bd4087

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 5697616 commit 5bd4087

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

debian/Jenkinsfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@
55
String[] distributions = [
66
'debian:bookworm',
77
'debian:trixie',
8-
'debian:forky',
8+
// 'debian:forky', // Disabled: Forky is still unstable/research-only.
9+
// // The full Debian package ecosystem is not yet available for Forky.
10+
// // Re-enable once the stack builds cleanly for Forky.
911
'ubuntu:jammy',
1012
'ubuntu:noble',
1113
'ubuntu:resolute'

0 commit comments

Comments
 (0)