Summary
debian:forky (Debian 14) has been commented out in Jenkinsfiles across all VitexSoftware/MultiFlexi/SpojeNetIT repos. This issue tracks the conditions required to re-enable it.
Why it was disabled
Forky is still in the unstable/research-only phase. The full Debian package ecosystem is not yet available for Forky, causing cascading build and install failures:
multiflexi-common — not yet available/installable on Forky
php-symfony-dependency-injection — not installable
php-phplucidframe-console-table — not installable
php-symfony-yaml → replaced by php-yaml, but transitive deps still missing
- Any package depending on
multiflexi-cli (e.g. multiflexi-abraflexi-revolut) fails postinst because multiflexi-cli itself cannot be installed
These unmet dependency chains make Forky builds universally non-functional across the stack at this time.
Scope
debian:forky was commented out in ~211 Jenkinsfiles across all repos in May 2026. Each disabled entry includes an inline comment explaining the reason, for example:
// 'debian:forky', // Disabled: Forky is still unstable/research-only.
// // The full Debian package ecosystem is not yet available for Forky.
// // Re-enable once the stack builds cleanly for Forky.
Conditions to re-enable
Re-enable debian:forky in Jenkinsfiles once all of the following are true on Forky:
How to re-enable
Once the above conditions are met, run a bulk search across repos:
grep -rl "debian:forky" */debian/Jenkinsfile | xargs grep -l "Disabled"
Then uncomment the 'debian:forky', lines and remove the disable comments.
Related commits
VitexSoftware/AbraFlexi-Revolut — forky disabled (multiflexi-cli postinst failure)
MultiFlexi/multiflexi-cli — forky disabled (multiflexi-common cascade)
- ~209 other repos — bulk disable May 2026
Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
Summary
debian:forky(Debian 14) has been commented out in Jenkinsfiles across all VitexSoftware/MultiFlexi/SpojeNetIT repos. This issue tracks the conditions required to re-enable it.Why it was disabled
Forky is still in the unstable/research-only phase. The full Debian package ecosystem is not yet available for Forky, causing cascading build and install failures:
multiflexi-common— not yet available/installable on Forkyphp-symfony-dependency-injection— not installablephp-phplucidframe-console-table— not installablephp-symfony-yaml→ replaced byphp-yaml, but transitive deps still missingmultiflexi-cli(e.g.multiflexi-abraflexi-revolut) fails postinst becausemultiflexi-cliitself cannot be installedThese unmet dependency chains make Forky builds universally non-functional across the stack at this time.
Scope
debian:forkywas commented out in ~211 Jenkinsfiles across all repos in May 2026. Each disabled entry includes an inline comment explaining the reason, for example:Conditions to re-enable
Re-enable
debian:forkyin Jenkinsfiles once all of the following are true on Forky:multiflexi-commonis installablephp-symfony-dependency-injectionis installablephp-phplucidframe-console-tableis installablemultiflexi-clibuilds and installs cleanly (postinst succeeds)multiflexi-abraflexi-revolut) passes ondebian:forkyend-to-endHow to re-enable
Once the above conditions are met, run a bulk search across repos:
Then uncomment the
'debian:forky',lines and remove the disable comments.Related commits
VitexSoftware/AbraFlexi-Revolut— forky disabled (multiflexi-cli postinst failure)MultiFlexi/multiflexi-cli— forky disabled (multiflexi-common cascade)Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com