Skip to content

Commit 39d8302

Browse files
committed
fix ci.sh to use patched rust-src
1 parent f761a1f commit 39d8302

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ set -euo pipefail
55
rm -rf rust-src-patched
66
cp -a $(rustc --print sysroot)/lib/rustlib/src/rust/ rust-src-patched
77
( cd rust-src-patched && patch -f -p1 < ../rust-src.diff )
8+
export MIRI_LIB_SRC=rust-src-patched/library
89

910
# run the tests (some also without validation, to exercise those code paths in Miri)
10-
export RUST_SRC=rust-src-patched
1111

1212
# libcore
1313
echo && echo "## Testing core (no validation, no Stacked Borrows, symbolic alignment)" && echo

0 commit comments

Comments
 (0)