Skip to content

Commit

Permalink
Pin to a specific SGX nightly, namely the one used in roche
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-fortanix committed Oct 8, 2019
1 parent 966b487 commit 42803aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ env:
# Pinned to this particular nightly version because of core_io. This can be
# re-pinned whenever core_io is updated to the latest nightly.
- CORE_IO_NIGHTLY=nightly-2019-07-01
- SGX_NIGHTLY=nightly-2019-07-11
- LLVM_CONFIG_PATH=llvm-config-3.8
matrix:
include:
Expand Down
2 changes: 1 addition & 1 deletion ct.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ elif [ $TOOLCHAIN = "coreio_nightly" ]; then
cargo +$CORE_IO_NIGHTLY test --no-default-features --features core_io,rdrand

elif [ $TOOLCHAIN = "sgx" ]; then
rustup toolchain add nightly
rustup toolchain add $SGX_NIGHTLY
cargo +nightly test --no-run --target=x86_64-fortanix-unknown-sgx --features=sgx --no-default-features

fi

0 comments on commit 42803aa

Please sign in to comment.