Skip to content

Commit b7180ae

Browse files
committed
Add missing cargo clean when cross-compiling
1 parent 0d68742 commit b7180ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ function extended_sysroot_tests() {
9696
cp ./target/debug/main ./raytracer_cg_clif
9797
hyperfine --runs "${RUN_RUNS:-10}" ./raytracer_cg_llvm ./raytracer_cg_clif
9898
else
99+
cargo clean
99100
echo "[BENCH COMPILE] ebobby/simple-raytracer (skipped)"
100101
echo "[COMPILE] ebobby/simple-raytracer"
101102
../build/cargo.sh build --target $TARGET_TRIPLE

0 commit comments

Comments
 (0)