i dont like spamming commits but its the only way to test ci
Some checks failed
Build and Test / build-editions (splatoon) (push) Failing after 1m18s
Build and Test / build-editions (splatoon-testfire) (push) Failing after 1m18s
Build and Test / build-editions (minecraft-wiiu) (push) Failing after 1m22s
Build and Test / build-editions (mario-tennis) (push) Failing after 1m23s
Build and Test / build-editions (DATABASE_SMM, super-mario-maker) (push) Failing after 1m17s
Build and Test / build-editions (DATABASE_FRIENDS, friends) (push) Failing after 1m21s
Build and Test / build-editions (terraria) (push) Failing after 1m23s
Build and Test / build-editions (DATABASE_SMM, wii-sports-club) (push) Failing after 1m23s
Build and Test / build-editions (fast-racing-neo) (push) Failing after 1m25s
Build and Test / build-editions (wii-u-chat) (push) Failing after 1m18s
Build and Test / build-editions (DATABASE_SMM, puyopuyo) (push) Failing after 1m23s
Build and Test / build-editions (sonic-transformed) (push) Failing after 1m24s
Some checks failed
Build and Test / build-editions (splatoon) (push) Failing after 1m18s
Build and Test / build-editions (splatoon-testfire) (push) Failing after 1m18s
Build and Test / build-editions (minecraft-wiiu) (push) Failing after 1m22s
Build and Test / build-editions (mario-tennis) (push) Failing after 1m23s
Build and Test / build-editions (DATABASE_SMM, super-mario-maker) (push) Failing after 1m17s
Build and Test / build-editions (DATABASE_FRIENDS, friends) (push) Failing after 1m21s
Build and Test / build-editions (terraria) (push) Failing after 1m23s
Build and Test / build-editions (DATABASE_SMM, wii-sports-club) (push) Failing after 1m23s
Build and Test / build-editions (fast-racing-neo) (push) Failing after 1m25s
Build and Test / build-editions (wii-u-chat) (push) Failing after 1m18s
Build and Test / build-editions (DATABASE_SMM, puyopuyo) (push) Failing after 1m23s
Build and Test / build-editions (sonic-transformed) (push) Failing after 1m24s
This commit is contained in:
parent
2a069d16e9
commit
bfc1482328
2 changed files with 2 additions and 2 deletions
|
|
@ -11,4 +11,4 @@ source ./buildscripts/common.sh
|
|||
echo FEATURES:
|
||||
echo $EDITION_FEATURES
|
||||
|
||||
PKG_CONFIG_ALLOW_CROSS=1 OPENSSL_DIR=/usr cargo build --release --features "$EDITION_FEATURES" --target x86_64-unknown-linux-musl
|
||||
PKG_CONFIG_ALLOW_CROSS=1 OPENSSL_INCLUDE_DIR="/usr/include -I/usr/include/x86_64-linux-gnu" OPENSSL_LIB_DIR=/usr/lib/x86_64-linux-gnu cargo build --release --features "$EDITION_FEATURES" --target x86_64-unknown-linux-musl
|
||||
|
|
|
|||
Loading…
Reference in a new issue