File tree 1 file changed +1
-4
lines changed
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
21
21
export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_LINKER=/tmp/aarch64-linux-musl-cross/bin/aarch64-linux-musl-gcc
22
22
export CARGO_TARGET_AARCH64_UNKNOWN_LINUX_MUSL_RUNNER=qemu-aarch64
23
23
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
-
27
24
if [ " $TRAVIS_RUST_VERSION " == " stable" ] || [ " $TRAVIS_RUST_VERSION " == " beta" ] || [ " $TRAVIS_RUST_VERSION " == " nightly" ]; then
28
25
# Install the rust toolchain
29
26
rustup default $TRAVIS_RUST_VERSION
@@ -32,7 +29,7 @@ if [ "$TRAVIS_RUST_VERSION" == "stable" ] || [ "$TRAVIS_RUST_VERSION" == "beta"
32
29
# The SGX target cannot be run under test like a ELF binary
33
30
if [ " $TARGET " != " x86_64-fortanix-unknown-sgx" ]; then
34
31
# make sure that explicitly providing the default target works
35
- cargo test --target $TARGET
32
+ cargo test --target $TARGET --release
36
33
cargo test --features pkcs12 --target $TARGET
37
34
cargo test --features pkcs12_rc2 --target $TARGET
38
35
cargo test --features dsa --target $TARGET
You can’t perform that action at this time.
0 commit comments