Skip to content

Commit

Permalink
Merge #311
Browse files Browse the repository at this point in the history
311: Remove unstable package-features after stabilization r=jethrogb a=Goirad

Remove `-Z package-features` from the Travis CI config after its stabilization with rust-lang/cargo#8997

Co-authored-by: Dario Gonzalez <[email protected]>
  • Loading branch information
bors[bot] and Goirad authored Jan 14, 2021
2 parents e957d20 + 730bbda commit fec180b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ matrix:
- rustup target add x86_64-fortanix-unknown-sgx x86_64-unknown-linux-musl
script:
- cargo test --verbose --all --exclude sgxs-loaders
- cargo test --verbose -p sgx-isa --features sgxstd -Z package-features --target x86_64-fortanix-unknown-sgx --no-run
- cargo test --verbose -p sgxs-tools --features pe2sgxs --bin isgx-pe2sgx -Z package-features
- cargo test --verbose -p dcap-ql --features link -Z package-features
- cargo test --verbose -p dcap-ql --features verify -Z package-features
- cargo test --verbose -p sgx-isa --features sgxstd --target x86_64-fortanix-unknown-sgx --no-run
- cargo test --verbose -p sgxs-tools --features pe2sgxs --bin isgx-pe2sgx
- cargo test --verbose -p dcap-ql --features link
- cargo test --verbose -p dcap-ql --features verify
- cargo build --verbose -p aesm-client --target=x86_64-fortanix-unknown-sgx
# NOTE: linking glibc version of OpenSSL with musl binary.
# Unlikely to produce a working binary, but at least the build succeeds.
Expand Down

0 comments on commit fec180b

Please sign in to comment.