You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(build): all musl paths on gcc 16.1.0 — delete the GCC-15 instantiation anchor (A2 complete) (#204)
* fix(build): musl toolchains -> gcc 16.1.0; DELETE the GCC-15 instantiation 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.
* ci: musl toolchain references 15.1.0 -> 16.1.0 (assertions + installs)
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.
0 commit comments