fix(ci): bump setup-soldr to v0.9.63 + pin soldr 0.7.59#773
Conversation
setup-soldr@v0.9.62 defaults to soldr 0.7.51, which predates the \`soldr prepare\` builtin used by the new \`mac_cross_linux: true\` lane (landed in #771). The lane was failing with \`soldr: tool not found: prepare: not found on crates.io\` — soldr 0.7.51 treated \`prepare\` as a tool name and tried to fetch it from crates.io. Fix: * Bump action pin v0.9.62 → v0.9.63 (which defaults to 0.7.59) * Pin \`version: "0.7.59"\` explicitly so a future action default change doesn't silently shift build behavior. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 36 minutes and 2 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ 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 |
Retries the release after 2.3.4's mac-arm64 lane failed. PR #773 bumped setup-soldr to v0.9.63 with soldr 0.7.59 pinned, which has the \`soldr prepare\` builtin the new cross lane needs. Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Fixes the failure mode from the v2.3.4 release run on the mac-arm64-from-linux lane. setup-soldr@v0.9.62 defaults to soldr 0.7.51 which predates the soldr prepare builtin; the lane failed with
tool not found: prepare: not found on crates.io.Bumps to v0.9.63 (default 0.7.59) + pins
version: "0.7.59"explicitly so future action default changes don't shift build behavior silently.