Skip to content

chore(sovereign-ci): bump image SHA to rustc-sccache shim build#27

Merged
noahgift merged 1 commit into
mainfrom
chore/bump-image-sha-pmat-061-shim
Apr 19, 2026
Merged

chore(sovereign-ci): bump image SHA to rustc-sccache shim build#27
noahgift merged 1 commit into
mainfrom
chore/bump-image-sha-pmat-061-shim

Conversation

@noahgift
Copy link
Copy Markdown
Contributor

Summary

  • Bump pinned image digest from a7d47ef6... (pre-shim, rust 1.93) to 10486da5... (rust 1.95 + rustc-sccache exec-script shim)
  • Fleet CI is currently broken: workflow sets RUSTC_WRAPPER=rustc-sccache (commit 79fbda8) but pinned image predates the shim → all ci/test, ci/lint, ci/coverage jobs fail with `could not execute process `rustc-sccache`: No such file or directory`
  • paiml/infra PR #66 merged the v2 shim at 13:24Z; image rebuilt + pushed to localhost:5000 at 13:25Z
  • New SHA verified locally: `docker run --rm localhost:5000/sovereign-ci:stable rustc-sccache --version` → `sccache 0.14.0`

Test plan

  • CI passes on this PR
  • After merge: retrigger a fresh fleet CI run (e.g. forjar PR #117) — ci/test + ci/lint resolve cleanly under the new digest
  • openssl-sys vendored asm compiles (cc-rs no longer auto-wraps because basename rustc-sccachesccache/cachepot)

Refs paiml/infra#66 · PMAT-061

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
@noahgift noahgift merged commit 92695c9 into main Apr 19, 2026
2 checks passed
@noahgift noahgift deleted the chore/bump-image-sha-pmat-061-shim branch April 19, 2026 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant