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