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 Apr 26, 2023
1 parent e93163f commit 6b2a2cb
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 6b2a2cb

Please sign in to comment.