Skip to content

Use setup-soldr in CI workers#184

Merged
zackees merged 1 commit intomainfrom
fix/183-setup-soldr-workers
Apr 22, 2026
Merged

Use setup-soldr in CI workers#184
zackees merged 1 commit intomainfrom
fix/183-setup-soldr-workers

Conversation

@zackees
Copy link
Copy Markdown
Member

@zackees zackees commented Apr 22, 2026

Summary

  • replace manual soldr/rustup setup in Rust worker workflows with zackees/setup-soldr@v0
  • remove source-building soldr from macOS/Windows check workers and native build template
  • enable setup-soldr cache, zccache build-cache, and Cargo target-cache where useful
  • keep fbuild's embedded toolchain/build artifact caches in template_build.yml
  • keep explicit rustup target add steps in native builds for cross-target stdlibs

Closes #183.

Testing

  • git diff --check
  • actionlint

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 22, 2026

Warning

Rate limit exceeded

@zackees has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 23 minutes and 23 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 23 minutes and 23 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: a4cfd0c6-7692-4b06-9f45-a365014542b7

📥 Commits

Reviewing files that changed from the base of the PR and between 299d0e3 and 72f9a98.

📒 Files selected for processing (8)
  • .github/workflows/check-macos.yml
  • .github/workflows/check-ubuntu.yml
  • .github/workflows/check-windows.yml
  • .github/workflows/docs.yml
  • .github/workflows/fmt.yml
  • .github/workflows/msrv.yml
  • .github/workflows/template_build.yml
  • .github/workflows/template_native_build.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/183-setup-soldr-workers

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@zackees zackees merged commit a83c9eb into main Apr 22, 2026
77 checks passed
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.

ci: use setup-soldr to speed up fbuild workers

1 participant