Update trunk.yaml: Rust and Ruby toolchain improvements#1113
Merged
Conversation
2 tasks
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1113 +/- ##
==========================================
+ Coverage 82.14% 82.40% +0.25%
==========================================
Files 69 69
Lines 15243 15243
==========================================
+ Hits 12522 12561 +39
+ Misses 2721 2682 -39 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
TylerJang27
approved these changes
Jun 4, 2026
Collaborator
|
Noting the failing TS stuff |
|
😎 Merged directly without going through the merge queue, as the queue was empty and the PR was up to date with the target branch - details. |
- Switch Rust from hermetic nightly download to SYSTEM, using cargo-fmt/clippy with run_when: [cli] to skip in CI (handled by prepare-rs/action.yaml instead) - Switch Ruby from ruby-build (compiles from source) to jdx/ruby pre-built binaries via a fake ruby-build wrapper - Bump rubocop 1.39.0 → 1.87.0 alongside Ruby 3.1.4 → 4.0.5 - Bump all other linter/tool versions to latest Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
6bf91bb to
58fb4c9
Compare
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
Stacked on #1112.
SYSTEM, withcargo-fmt/clippyusingrun_when: [cli]so they're skipped in CI (CI usesprepare-rs/action.yamldirectly instead)Test plan
trunk tools install --verbosecompletes with no failurestrunk checkruns rubocop successfully on Ruby filesclippy,cargo-fmt) work locally🤖 Generated with Claude Code