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 79d6e65 commit 2e4dcd0Copy full SHA for 2e4dcd0
ct.sh
@@ -10,9 +10,9 @@ if [ -z $TRAVIS_RUST_VERSION ]; then
10
fi
11
12
if [ "$TARGET" == "aarch64-unknown-linux-musl" ]; then
13
- cd /tmp && wget https://musl.cc/aarch64-linux-musl-cross.tgz;
+ pushd /tmp && wget https://musl.cc/aarch64-linux-musl-cross.tgz;
14
tar -xzf aarch64-linux-musl-cross.tgz;
15
- cd $TRAVIS_BUILD_DIR;
+ popd;
16
17
18
export 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