feat: ubuntu-22.04 runner coverage (phase 2 slice D)#50
Closed
phramz wants to merge 6 commits into
Closed
Conversation
Add a builderOS parameter to ComputeSpecHash so that changing the pinned runner OS (builders/common/builder-os.env) invalidates every spec_hash in bundles.lock and forces a full bundle rebuild on the new OS. Add ReadBuilderOS helper (same missing-file contract as HashFile) and propagate builderOS through cmd/planner and cmd/lockfile-update callers.
Contributor
Author
|
Closing without merge. Slice D's approach (a') — build on jammy, rely on glibc forward-compat to run on noble — doesn't hold because PHP core |
This was referenced Apr 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Final Phase-2 slice. Moves the builder runner from `ubuntu-24.04` (noble) to `ubuntu-22.04` (jammy) so compiled bundles run on both OS releases via glibc forward-compat. Forces a full rebuild of all 182 bundles by folding `BUILDER_OS` into `ComputeSpecHash`.
What lands
Known gap — imagick on noble
imagick compiles against `libMagickWand-6.Q16.so.6` (jammy's SOVERSION). Noble ships SOVERSION 7 via `libmagickwand-6.q16-7t64` — no transitional back-port. Users on `ubuntu-24.04` runners who request `extensions: imagick` hit a clear apt-install failure. Tracked in a follow-up issue (to be filed post-merge).
Test plan
Spec: `docs/superpowers/specs/2026-04-22-phase2-ubuntu-22.04-design.md`