File tree 2 files changed +5
-2
lines changed
2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 22
22
# Pinned to this particular nightly version because of core_io. This can be
23
23
# re-pinned whenever core_io is updated to the latest nightly.
24
24
- CORE_IO_NIGHTLY=nightly-2019-07-01
25
+ - SGX_NIGHTLY=nightly-2019-07-11
25
26
- LLVM_CONFIG_PATH=llvm-config-3.8
26
27
matrix :
27
28
include :
Original file line number Diff line number Diff line change @@ -23,7 +23,9 @@ elif [ $TOOLCHAIN = "coreio_nightly" ]; then
23
23
cargo +$CORE_IO_NIGHTLY test --no-default-features --features core_io,rdrand
24
24
25
25
elif [ $TOOLCHAIN = " sgx" ]; then
26
- rustup toolchain add nightly
27
- cargo +nightly test --no-run --target=x86_64-fortanix-unknown-sgx --features=sgx --no-default-features
26
+
27
+ rustup toolchain add $SGX_NIGHTLY
28
+ rustup target add --toolchain $SGX_NIGHTLY x86_64-fortanix-unknown-sgx
29
+ cargo +$SGX_NIGHTLY test --no-run --target=x86_64-fortanix-unknown-sgx --features=sgx --no-default-features
28
30
29
31
fi
You can’t perform that action at this time.
0 commit comments