Skip to content

Commit

Permalink
Pin rust toolchain version in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arai-fortanix authored and Taowyoo committed Jun 8, 2023
1 parent 0bf1a93 commit 8249d26
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ matrix:
- clang-11
- musl-tools
rust:
- nightly
# This need to change back to `nightly` after https://github.com/fortanix/rust-sgx/issues/433 is fixed
- nightly-2023-01-31
env:
- RUST_BACKTRACE=1
- CFLAGS_x86_64_fortanix_unknown_sgx="-isystem/usr/include/x86_64-linux-gnu -mlvi-hardening -mllvm -x86-experimental-lvi-inline-asm-hardening"
Expand Down

0 comments on commit 8249d26

Please sign in to comment.