File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ export CC_aarch64_unknown_linux_musl=/tmp/aarch64-linux-musl-cross/bin/aarch64-l
2121export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER=/tmp/aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc
2222export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUNNER=qemu-aarch64
2323
24- # Temporary workaround for MbedTLS 2.26.0 https://github.com/ARMmbed/mbedtls/pull/4237
25- export CFLAGS_aarch64_unknown_linux_musl=" -Wformat-truncation"
26-
2724if [ " $TRAVIS_RUST_VERSION " == " stable" ] || [ " $TRAVIS_RUST_VERSION " == " beta" ] || [ " $TRAVIS_RUST_VERSION " == " nightly" ]; then
2825 # Install the rust toolchain
2926 rustup default $TRAVIS_RUST_VERSION
@@ -32,7 +29,7 @@ if [ "$TRAVIS_RUST_VERSION" == "stable" ] || [ "$TRAVIS_RUST_VERSION" == "beta"
3229 # The SGX target cannot be run under test like a ELF binary
3330 if [ " $TARGET " != " x86_64-fortanix-unknown-sgx" ]; then
3431 # make sure that explicitly providing the default target works
35- cargo test --target $TARGET
32+ cargo test --target $TARGET --release
3633 cargo test --features pkcs12 --target $TARGET
3734 cargo test --features pkcs12_rc2 --target $TARGET
3835 cargo test --features dsa --target $TARGET
You can’t perform that action at this time.
0 commit comments