Skip to content

Commit

Permalink
Bump SGX toolchain to match what we are using in backend
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-fortanix committed Nov 12, 2019
1 parent 13a1255 commit 95e998d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -21,14 +21,14 @@ rust:
- beta
- nightly
- nightly-2019-07-01
- nightly-2019-07-11
- nightly-2019-10-28
env:
global:
- RUST_BACKTRACE=1
# 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
- SGX_NIGHTLY=nightly-2019-10-28
- LLVM_CONFIG_PATH=llvm-config-3.8
script:
- ./ct.sh

0 comments on commit 95e998d

Please sign in to comment.