vendor OpenSSL
Some checks failed
Build and Test / build-editions (DATABASE_SMM, super-mario-maker) (push) Failing after 1m12s
Build and Test / build-editions (sonic-transformed) (push) Failing after 1m15s
Build and Test / build-editions (DATABASE_FRIENDS, friends) (push) Failing after 1m14s
Build and Test / build-editions (DATABASE_SMM, wii-sports-club) (push) Failing after 1m16s
Build and Test / build-editions (wii-u-chat) (push) Failing after 1m17s
Build and Test / build-editions (mario-tennis) (push) Failing after 1m17s
Build and Test / build-editions (terraria) (push) Failing after 1m17s
Build and Test / build-editions (fast-racing-neo) (push) Failing after 1m18s
Build and Test / build-editions (splatoon-testfire) (push) Failing after 1m19s
Build and Test / build-editions (splatoon) (push) Failing after 1m20s
Build and Test / build-editions (DATABASE_SMM, puyopuyo) (push) Failing after 1m21s
Build and Test / build-editions (minecraft-wiiu) (push) Failing after 1m21s
Some checks failed
Build and Test / build-editions (DATABASE_SMM, super-mario-maker) (push) Failing after 1m12s
Build and Test / build-editions (sonic-transformed) (push) Failing after 1m15s
Build and Test / build-editions (DATABASE_FRIENDS, friends) (push) Failing after 1m14s
Build and Test / build-editions (DATABASE_SMM, wii-sports-club) (push) Failing after 1m16s
Build and Test / build-editions (wii-u-chat) (push) Failing after 1m17s
Build and Test / build-editions (mario-tennis) (push) Failing after 1m17s
Build and Test / build-editions (terraria) (push) Failing after 1m17s
Build and Test / build-editions (fast-racing-neo) (push) Failing after 1m18s
Build and Test / build-editions (splatoon-testfire) (push) Failing after 1m19s
Build and Test / build-editions (splatoon) (push) Failing after 1m20s
Build and Test / build-editions (DATABASE_SMM, puyopuyo) (push) Failing after 1m21s
Build and Test / build-editions (minecraft-wiiu) (push) Failing after 1m21s
yes, build time goes up but my worries go down.
This commit is contained in:
parent
6a4764082d
commit
0f6546f717
2 changed files with 2 additions and 2 deletions
|
|
@ -10,4 +10,4 @@ source ./buildscripts/common.sh
|
|||
echo "Building $EDITION"
|
||||
echo "FEATURES: $EDITION_FEATURES"
|
||||
|
||||
cargo build --release --features "$EDITION_FEATURES" --target x86_64-unknown-linux-musl
|
||||
OPENSSL_VENDORED=1 cargo build --release --features "$EDITION_FEATURES" --target x86_64-unknown-linux-musl
|
||||
|
|
@ -13,4 +13,4 @@ echo $EDITION_FEATURES
|
|||
echo ENV SETTINGS:
|
||||
env
|
||||
|
||||
cargo test --features "$EDITION_FEATURES" --target x86_64-unknown-linux-musl
|
||||
OPENSSL_VENDORED=1 cargo test --features "$EDITION_FEATURES" --target x86_64-unknown-linux-musl
|
||||
|
|
|
|||
Loading…
Reference in a new issue