fix(build): all musl paths on gcc 16.1.0 — delete the GCC-15 instantiation anchor (A2 complete)#204
Merged
Merged
Conversation
…ation anchor (A2 complete) musl-gcc 16.1.0 shipped (stripped, dual-arch, GitHub+GitCode; xim entry openxlings/xim-pkgindex#345, gated by the consumer smoke). With every musl path on GCC 16 — native x86_64 (release static build), native aarch64, and cross — the force_template_instantiations() anchor loses its last consumer and is deleted. This commit is the regression test: if any floor didn't take, the musl/cross links go red.
The anchor-removal build actually succeeded (Resolved gcc@16.1.0-musl); the red came from ci-linux's hardcoded 'Resolved gcc@15.1.0-musl' assertion. Update every musl 15.1.0 reference across workflows.
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.
musl-gcc 16.1.0 shipped (stripped dual-arch, GitHub+GitCode, xim #345 gated by the consumer smoke). Native x86_64 static release build, native aarch64 and cross all move to GCC 16; the
force_template_instantiations()anchor loses its last consumer and is deleted — this PR's musl/cross links ARE the regression test. Local verification: anchor-free static builds green on both targets withGCC: (GNU) 16.1.0ELF notes. Design:.agents/docs/2026-07-08-root-cause-remediation-design.mdA2.