Skip to content

Commit

Permalink
Bump nightly for miri from 1.79 MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
jamwaffles committed Oct 3, 2024
1 parent d97c8c4 commit 799e1b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ miri_steps: &miri_steps
key: v8-ethercrab-{{ .Environment.CIRCLE_JOB }}-{{ checksum "Cargo.toml" }}

# Arbitrary nightly version - just the latest at time of writing. This can be changed freely.
- run: rustup toolchain add nightly-2024-03-08 --target $TARGET --component miri
- run: rustup toolchain add nightly-2024-10-03 --target $TARGET --component miri
- run: |
binaries=( "cargo-nextest" )
Expand All @@ -67,7 +67,7 @@ miri_steps: &miri_steps
- run: |
export MIRIFLAGS="-Zmiri-symbolic-alignment-check -Zmiri-disable-isolation"
cargo +nightly-2024-03-08 miri nextest run --features '__internals' --target $TARGET --test-threads=num-cpus
cargo +nightly-2024-10-03 miri nextest run --features '__internals' --target $TARGET --test-threads=num-cpus
- save_cache:
key: v8-ethercrab-{{ .Environment.CIRCLE_JOB }}-{{ checksum "Cargo.toml" }}
Expand Down

0 comments on commit 799e1b1

Please sign in to comment.