We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571a60d commit 4d70970Copy full SHA for 4d70970
ci-test.sh
@@ -4,7 +4,7 @@ set -euo pipefail
4
# apply our patch
5
rm -rf rust-src-patched
6
cp -a $(rustc --print sysroot)/lib/rustlib/src/rust/ rust-src-patched
7
-( cd rust-src-patched && patch -f -p1 < ../rust-src.diff >/dev/null )
+( cd rust-src-patched && patch -f -p1 < ../rust-src.diff >/dev/null ) || ( echo "Applying rust-src.diff failed!" && exit 1 )
8
export MIRI_LIB_SRC=$(pwd)/rust-src-patched/library
9
10
# run the tests (some also without validation, to exercise those code paths in Miri)
0 commit comments