Skip to content

Commit 2a8ae27

Browse files
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)
2 parents 10b8106 + 769f738 commit 2a8ae27

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.circleci/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
version: 2.1
66

77
orbs:
8-
toolkit: jerus-org/[email protected].0
8+
toolkit: jerus-org/[email protected].1
99

1010
parameters:
1111
min-rust-version:

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ parameters:
4343
description: "Optional flag to allows successful exit if no pull request in CI environment"
4444

4545
orbs:
46-
toolkit: jerus-org/[email protected].0
46+
toolkit: jerus-org/[email protected].1
4747

4848
# Reusable command to set reproducible-build environment variables.
4949
commands:

.circleci/github_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
version: 2.1
66

77
orbs:
8-
toolkit: jerus-org/[email protected].0
8+
toolkit: jerus-org/[email protected].1
99

1010
parameters:
1111
min-rust-version:

0 commit comments

Comments
 (0)