Skip to content

Commit fec180b

Browse files
bors[bot]Goirad
andauthored
Merge #311
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 <dario.gonzalez@fortanix.com>
2 parents e957d20 + 730bbda commit fec180b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.travis.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@ matrix:
3030
- rustup target add x86_64-fortanix-unknown-sgx x86_64-unknown-linux-musl
3131
script:
3232
- cargo test --verbose --all --exclude sgxs-loaders
33-
- cargo test --verbose -p sgx-isa --features sgxstd -Z package-features --target x86_64-fortanix-unknown-sgx --no-run
34-
- cargo test --verbose -p sgxs-tools --features pe2sgxs --bin isgx-pe2sgx -Z package-features
35-
- cargo test --verbose -p dcap-ql --features link -Z package-features
36-
- cargo test --verbose -p dcap-ql --features verify -Z package-features
33+
- cargo test --verbose -p sgx-isa --features sgxstd --target x86_64-fortanix-unknown-sgx --no-run
34+
- cargo test --verbose -p sgxs-tools --features pe2sgxs --bin isgx-pe2sgx
35+
- cargo test --verbose -p dcap-ql --features link
36+
- cargo test --verbose -p dcap-ql --features verify
3737
- cargo build --verbose -p aesm-client --target=x86_64-fortanix-unknown-sgx
3838
# NOTE: linking glibc version of OpenSSL with musl binary.
3939
# Unlikely to produce a working binary, but at least the build succeeds.

0 commit comments

Comments
 (0)