File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,8 @@ matrix:
2828 - RUST_BACKTRACE=1 LLVM_CONFIG_PATH=llvm-3.8-config
2929 before_script :
3030 - rustup target add x86_64-fortanix-unknown-sgx x86_64-unknown-linux-musl
31- - cd intel-sgx
3231 script :
33- - cargo test --verbose --locked --all --exclude sgxs-loaders && [ "$(echo $(nm -D ../ target/debug/sgx-detect|grep __vdso_sgx_enter_enclave))" = "w __vdso_sgx_enter_enclave" ]
32+ - cargo test --verbose --locked --all --exclude sgxs-loaders && [ "$(echo $(nm -D target/debug/sgx-detect|grep __vdso_sgx_enter_enclave))" = "w __vdso_sgx_enter_enclave" ]
3433 - cargo test --verbose --locked -p sgx-isa --features sgxstd --target x86_64-fortanix-unknown-sgx --no-run
3534 - cargo test --verbose --locked -p sgxs-tools --features pe2sgxs --bin isgx-pe2sgx
3635 - cargo test --verbose --locked -p dcap-ql --features link
@@ -40,3 +39,4 @@ matrix:
4039 # NOTE: linking glibc version of OpenSSL with musl binary.
4140 # Unlikely to produce a working binary, but at least the build succeeds.
4241 - mkdir -p /tmp/muslinclude && ln -sf /usr/include/x86_64-linux-gnu/openssl /tmp/muslinclude/openssl && PKG_CONFIG_ALLOW_CROSS=1 CFLAGS=-I/tmp/muslinclude cargo build --locked -p fortanix-sgx-tools --target x86_64-unknown-linux-musl
42+ - ./doc/generate-api-docs.sh
You can’t perform that action at this time.
0 commit comments