ci: bump RAINIX_SHA to a3ce076 (rainix-static via fetchCargoVendor) - #370
Conversation
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QyCCzi9WZPhuXcU1hwr2bq
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (13)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe pull request updates ChangesRainix workflow pin update
Priority: ➖ Normal Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to This updates CI workflows to use the newer pinned Rainix revision, intended to avoid Rust dependency download failures on macOS. The workflows retain immutable commit pins and present no remaining merge-readiness risk. Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai assess this PR size classification for the totality of the PR with the following criterias and report it in your comment: S/M/L PR Classification Guidelines:This guide helps classify merged pull requests by effort and complexity rather than just line count. The goal is to assess the difficulty and scope of changes after they have been completed. Small (S)Characteristics:
Review Effort: Would have taken 5-10 minutes Examples:
Medium (M)Characteristics:
Review Effort: Would have taken 15-30 minutes Examples:
Large (L)Characteristics:
Review Effort: Would have taken 45+ minutes Examples:
Additional Factors to ConsiderWhen deciding between sizes, also consider:
Notes:
|
…e) (#373) Consumers' fork suites resolve `ROBINHOOD_RPC_URL` through the `rpc-preflight` binary at the pinned rainix revision, so #371's table entry is inert until this bump. Same 13-file bump as #370. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HiqQdxokJ4edjAFyAkN9G3
Bumps the pinned
RAINIX_SHAin all 13 reusable workflows fromdbcd9d3toa3ce076, the merge of #369, so consumers resolve the rust-shell whoserainix-staticis vendored throughfetchCargoVendorfrom the static.crates.io CDN.Without this, #369 is inert for consumers: at
dbcd9d3the shell still vendorsrainix-static's crates throughimportCargoLock, which fetches from the crates.io API endpoint that 403s nix's User-Agent. Linux runs hit Cachix and never fetch; macOS runs miss the cache and fail beforecargo teststarts. rainlanguage/rain.math.float.deploy#24 is red onrs-test (macos-latest)twice in a row withcannot download crate-zip-2.4.2.tar.gz from any mirrorunderrainix-static-0.1.0.drv.QA
rs-testlane, which fails atdbcd9d3on the fetch and should pass once consumers resolvea3ce076.grep -rh 'RAINIX_SHA: ' .github/workflows/ | sort -ureturning exactly one line, which it does.git rev-parse origin/main=a3ce07667219a5d86ddb2175fdae871402b39a2b, and the prior bump commits (ci: bump RAINIX_SHA to dbcd9d3 (rustfmt virtual workspace root) #364 and its predecessors) setting the same key in the same 13 files.🤖 Generated with Claude Code
https://claude.ai/code/session_01QyCCzi9WZPhuXcU1hwr2bq
Summary by CodeRabbit