diff --git a/ci/run.sh b/ci/run.sh index afa3ffd..9984059 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -32,7 +32,8 @@ export RUST_TEST_THREADS=1 "${CARGO}" test $CARGO_TEST_FLAGS --target "${TARGET}" --all-targets --release # asm-unwind -if [ "${CHANNEL}" = "nightly" ]; then - "${CARGO}" test $CARGO_TEST_FLAGS --target "${TARGET}" --all-targets --features asm-unwind - "${CARGO}" test $CARGO_TEST_FLAGS --target "${TARGET}" --all-targets --features asm-unwind --release -fi +# Currently disabled because of LLVM issues. +#if [ "${CHANNEL}" = "nightly" ]; then +# "${CARGO}" test $CARGO_TEST_FLAGS --target "${TARGET}" --all-targets --features asm-unwind +# "${CARGO}" test $CARGO_TEST_FLAGS --target "${TARGET}" --all-targets --features asm-unwind --release +#fi