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
ci(release): revert explicit --release (fragile); rely on mcpp.toml default-profile
The 0.0.77 release failed at the musl build step with 'unknown option: --release':
release.yml's bootstrap (`xlings install mcpp`) can resolve an OLDER mcpp (stale
CI index → old 'latest') that predates the --release flag, even though the pin is
0.0.76. So explicit --release in the release pipeline is fragile. The robust
mechanism is mcpp.toml's default-profile="release", which keeps the shipped
artifact -O2 with no flag (old bootstraps default to release anyway, 0.0.76+ read
the manifest knob). Reverts #16's change.
0 commit comments