We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cd5c2b commit b5950c5Copy full SHA for b5950c5
ct.sh
@@ -9,6 +9,9 @@ if [ -z $TRAVIS_RUST_VERSION ]; then
9
exit 1
10
fi
11
12
+export CFLAGS_x86_64_fortanix_unknown_sgx="-isystem/usr/include/x86_64-linux-gnu -mlvi-hardening -mllvm -x86-experimental-lvi-inline-asm-hardening"
13
+export CC_x86_64_fortanix_unknown_sgx=clang-11
14
+
15
if [ $TRAVIS_RUST_VERSION = "stable" ] || [ $TRAVIS_RUST_VERSION = "beta" ] || [ $TRAVIS_RUST_VERSION = "nightly" ]; then
16
rustup default $TRAVIS_RUST_VERSION
17
rustup target add --toolchain $TRAVIS_RUST_VERSION $TARGET
0 commit comments