File tree 1 file changed +8
-4
lines changed 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 10
10
FOREIGN_TARGET=i686-unknown-linux-gnu
11
11
fi
12
12
13
- # Build and install miri
13
+ echo " Build and install miri"
14
14
cargo build --release --all-features --all-targets &&
15
15
cargo install --all-features --force --path .
16
+ echo
16
17
17
- # Get ourselves a MIR-full libstd for the host and a foreign architecture
18
+ echo " Get ourselves a MIR-full libstd for the host and a foreign architecture"
18
19
cargo miri setup &&
19
20
cargo miri setup --target " $FOREIGN_TARGET "
21
+ echo
20
22
21
- # Test miri with full MIR, on the host and other architectures
23
+ echo " Test miri with full MIR, on the host and other architectures"
22
24
MIRI_SYSROOT=$MIRI_SYSROOT_BASE /HOST cargo test --release --all-features &&
23
25
MIRI_SYSROOT=$MIRI_SYSROOT_BASE MIRI_TARGET=$FOREIGN_TARGET cargo test --release --all-features
26
+ echo
24
27
25
- # Test cargo integration
28
+ echo " Test cargo integration"
26
29
(cd test-cargo-miri && MIRI_SYSROOT=$MIRI_SYSROOT_BASE /HOST ./run-test.py)
30
+ echo
You can’t perform that action at this time.
0 commit comments