Skip to content

Commit 55cfef2

Browse files
committed
set env var to trump portable-simd/rust-toolchain file
1 parent 04de949 commit 55cfef2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

ci-test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ set -euo pipefail
33

44
DEFAULTFLAGS="-Zrandomize-layout -Zmiri-strict-provenance"
55

6+
# make sure we keep using the current toolchain even in subdirs that have a toolchain file
7+
export RUSTUP_TOOLCHAIN=$(rustup show active-toolchain | cut -f 1 -d' ')
8+
69
# apply our patch
710
rm -rf rust-src-patched
811
cp -a $(rustc --print sysroot)/lib/rustlib/src/rust/ rust-src-patched

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2025-02-01
1+
nightly-2025-02-11

0 commit comments

Comments
 (0)