chore(sovereign-ci): bump image SHA to rustc-sccache shim build#27
Merged
Conversation
Post-PMAT-061: paiml/infra PR #66 merged the v2 exec-script shim. Image localhost:5000/sovereign-ci:stable was rebuilt on mac-server at 2026-04-19 13:25 UTC. Bump pinned digest so fleet CI picks up the new image (with /usr/local/bin/rustc-sccache) and RUSTC_WRAPPER=rustc-sccache resolves instead of failing "No such file or directory". Old: a7d47ef6... (pre-shim, rust 1.93) New: 10486da5... (rust 1.95 + rustc-sccache exec-script shim) Refs paiml/infra#66
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
a7d47ef6...(pre-shim, rust 1.93) to10486da5...(rust 1.95 + rustc-sccache exec-script shim)RUSTC_WRAPPER=rustc-sccache(commit 79fbda8) but pinned image predates the shim → allci/test,ci/lint,ci/coveragejobs fail with `could not execute process `rustc-sccache`: No such file or directory`localhost:5000at 13:25ZTest plan
ci/test+ci/lintresolve cleanly under the new digestrustc-sccache≠sccache/cachepot)Refs paiml/infra#66 · PMAT-061