Commit 2a8ae27
authored
chore: update circleci-toolkit orb to 3.4.1 (#1501)
## Summary
- Updates `jerus-org/circleci-toolkit` orb from 3.4.0 to 3.4.1
## Changes in 3.4.1
This version removes the redundant miri component installation step from
the `rust_miri` job since miri and rust-src are now pre-installed in the
ci-rust container.
This should fix the miri job failures that were occurring due to
permission denied errors when attempting to install rust-src at runtime.
## Test plan
- [ ] CI passes with the updated orb version
- [ ] Miri tests complete successfully
🤖 Generated with [Claude Code](https://claude.com/claude-code)3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments