Skip to content

Commit c956c1c

Browse files
committed
Debug
1 parent 9fe6037 commit c956c1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ export RUSTFLAGS="-D warnings"
1919
export CARGO_INCREMENTAL=0
2020
ls -l ~/.cargo/bin/
2121
./miri install # implicitly locked
22+
ls -l ~/.cargo/bin/
2223

2324
# Prepare debug build for direct `./miri` invocations
2425
echo "Building debug version of Miri"
2526
export CARGO_EXTRA_FLAGS="--locked"
2627
./miri check --no-default-features # make sure this can be built
2728
./miri check --all-features # and this, too
2829
./miri build --all-targets # the build that all the `./miri test` below will use
30+
ls -l ~/.cargo/bin/
2931

3032
endgroup
3133

0 commit comments

Comments
 (0)