From 8249d26ec08608da75d0f40c4ac34661863f71e5 Mon Sep 17 00:00:00 2001 From: Daniel Arai Date: Mon, 24 Apr 2023 15:48:40 -0700 Subject: [PATCH] Pin rust toolchain version in travis.yml --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 52693a75..03cfede6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"