oh right its a workspace
Some checks failed
Build and Test / build-editions (DATABASE_SMM, super-mario-maker) (push) Failing after 1m14s
Build and Test / build-editions (sonic-transformed) (push) Failing after 1m13s
Build and Test / build-editions (DATABASE_FRIENDS, friends) (push) Failing after 1m14s
Build and Test / build-editions (splatoon) (push) Failing after 1m14s
Build and Test / build-editions (fast-racing-neo) (push) Failing after 1m14s
Build and Test / build-editions (DATABASE_SMM, wii-sports-club) (push) Failing after 1m15s
Build and Test / build-editions (terraria) (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 1m16s
Build and Test / build-editions (DATABASE_SMM, puyopuyo) (push) Failing after 1m18s
Build and Test / build-editions (minecraft-wiiu) (push) Failing after 1m18s
Build and Test / build-editions (splatoon-testfire) (push) Failing after 1m18s
Some checks failed
Build and Test / build-editions (DATABASE_SMM, super-mario-maker) (push) Failing after 1m14s
Build and Test / build-editions (sonic-transformed) (push) Failing after 1m13s
Build and Test / build-editions (DATABASE_FRIENDS, friends) (push) Failing after 1m14s
Build and Test / build-editions (splatoon) (push) Failing after 1m14s
Build and Test / build-editions (fast-racing-neo) (push) Failing after 1m14s
Build and Test / build-editions (DATABASE_SMM, wii-sports-club) (push) Failing after 1m15s
Build and Test / build-editions (terraria) (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 1m16s
Build and Test / build-editions (DATABASE_SMM, puyopuyo) (push) Failing after 1m18s
Build and Test / build-editions (minecraft-wiiu) (push) Failing after 1m18s
Build and Test / build-editions (splatoon-testfire) (push) Failing after 1m18s
listen guys, its 6am, ive been working at this all night, have some mercy, ok?
This commit is contained in:
parent
abda534e17
commit
87c9eedac0
3 changed files with 3 additions and 2 deletions
|
|
@ -34,6 +34,7 @@ members = [
|
|||
|
||||
[workspace.dependencies]
|
||||
tracing = "0.1.44"
|
||||
openssl = { version = "0.10.81", features = ["vendored"] }
|
||||
|
||||
[workspace.lints.clippy]
|
||||
print_stdout = { level = "deny", priority = 1}
|
||||
|
|
|
|||
|
|
@ -10,4 +10,4 @@ source ./buildscripts/common.sh
|
|||
echo "Building $EDITION"
|
||||
echo "FEATURES: $EDITION_FEATURES"
|
||||
|
||||
OPENSSL_VENDORED=1 cargo build --release --features "$EDITION_FEATURES,openssl/vendored" --target x86_64-unknown-linux-musl
|
||||
OPENSSL_VENDORED=1 cargo build --release --features "$EDITION_FEATURES" --target x86_64-unknown-linux-musl
|
||||
|
|
@ -11,4 +11,4 @@ source ./buildscripts/common.sh
|
|||
echo FEATURES:
|
||||
echo $EDITION_FEATURES
|
||||
|
||||
OPENSSL_VENDORED=1 cargo test --features "$EDITION_FEATURES,openssl/vendored" --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