We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf1a93 commit 8249d26Copy full SHA for 8249d26
.travis.yml
@@ -26,7 +26,8 @@ matrix:
26
- clang-11
27
- musl-tools
28
rust:
29
- - nightly
+ # This need to change back to `nightly` after https://github.com/fortanix/rust-sgx/issues/433 is fixed
30
+ - nightly-2023-01-31
31
env:
32
- RUST_BACKTRACE=1
33
- 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