Skip to content

Commit 8249d26

Browse files
arai-fortanixTaowyoo
authored andcommitted
Pin rust toolchain version in travis.yml
1 parent 0bf1a93 commit 8249d26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ matrix:
2626
- clang-11
2727
- musl-tools
2828
rust:
29-
- nightly
29+
# This need to change back to `nightly` after https://github.com/fortanix/rust-sgx/issues/433 is fixed
30+
- nightly-2023-01-31
3031
env:
3132
- RUST_BACKTRACE=1
3233
- CFLAGS_x86_64_fortanix_unknown_sgx="-isystem/usr/include/x86_64-linux-gnu -mlvi-hardening -mllvm -x86-experimental-lvi-inline-asm-hardening"

0 commit comments

Comments
 (0)