Skip to content

Commit 870ab26

Browse files
committed
ci: Pin Miri to the 2026-02-11 nightly
CI is failing with: error: failed to run custom build command for `quote v1.0.44` Caused by: process didn't exit successfully: `/home/runner/.rustup/toolchains/nightly-x86_64-unknown-linux-gnu/bin/cargo-miri runner /home/runner/work/compiler-builtins/compiler-builtins/target/miri/debug/build/quote-32cc00414fa6f72d/build-script-build` (exit status: 1) --- stderr fatal error: file "/home/runner/work/compiler-builtins/compiler-builtins/target/miri/debug/build/quote-32cc00414fa6f72d/build-script-build" contains outdated or invalid JSON; try `cargo clean` Link: https://rust-lang.zulipchat.com/#narrow/channel/269128-miri/topic/build-script-build.20contains.20outdated.20or.20invalid.20JSON/with/573426109
1 parent a7b1d8e commit 870ab26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,9 @@ jobs:
303303
steps:
304304
- uses: actions/checkout@v4
305305
- name: Install Rust (rustup)
306-
run: rustup update nightly --no-self-update && rustup default nightly
306+
# FIXME(ci): not working in the 2026-02-11 nightly
307+
# https://rust-lang.zulipchat.com/#narrow/channel/269128-miri/topic/build-script-build.20contains.20outdated.20or.20invalid.20JSON/with/573426109
308+
run: rustup update nightly-2026-02-10 --no-self-update && rustup default nightly-2026-02-10
307309
shell: bash
308310
- run: rustup component add miri
309311
- run: cargo miri setup

0 commit comments

Comments
 (0)