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+docs: revert cross-build cache key to v2 (warm); document dev default in user docs
- cross-build-test.yml: revert xlings cache key v3->v2. The v3 bump forced a COLD
~/.xlings, whose first-time toolchain install 127'd; v2 reuses the warm cache
the passing e2e/ci-linux jobs already use (has 0.0.75 + the toolchain). The
original 'version 0.0.75 not found' poison is moot now 0.0.75 is fully
propagated. The self-host bootstrap is otherwise unrelated to this PR's code
(e2e passed; step 6 bootstrap succeeded).
- docs/05-mcpp-toml.md (+ zh): document the new convention — bare `mcpp build`
uses dev (-O0 -g); release is opt-in via --release/--profile release; --dev
shorthand; [build].default-profile per-project default (and the distribution
note).
0 commit comments