From ab425a4bca1d6df234596a1621c4cabcc73bb272 Mon Sep 17 00:00:00 2001 From: bjorn3 Date: Wed, 31 Mar 2021 13:47:10 +0200 Subject: Revert "Build with `-Cpanic=unwind` by default" This reverts commit afe74d71e4c2f08696ade0de321a45f7442440d8. It shouldn't have been pushed to master as it isn't ready yet. --- scripts/tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts') diff --git a/scripts/tests.sh b/scripts/tests.sh index 05139c185f2..3afcea8f06b 100755 --- a/scripts/tests.sh +++ b/scripts/tests.sh @@ -61,11 +61,11 @@ function base_sysroot_tests() { $RUN_WRAPPER ./target/out/std_example arg echo "[AOT] subslice-patterns-const-eval" - $MY_RUSTC example/subslice-patterns-const-eval.rs --crate-type bin --target "$TARGET_TRIPLE" + $MY_RUSTC example/subslice-patterns-const-eval.rs --crate-type bin -Cpanic=abort --target "$TARGET_TRIPLE" $RUN_WRAPPER ./target/out/subslice-patterns-const-eval echo "[AOT] track-caller-attribute" - $MY_RUSTC example/track-caller-attribute.rs --crate-type bin --target "$TARGET_TRIPLE" + $MY_RUSTC example/track-caller-attribute.rs --crate-type bin -Cpanic=abort --target "$TARGET_TRIPLE" $RUN_WRAPPER ./target/out/track-caller-attribute echo "[AOT] mod_bench" -- cgit 1.4.1-3-g733a5