attempt fix
Some checks failed
Build and Test / build-editions (wii-u-chat) (push) Failing after 1m6s
Build and Test / build-editions (DATABASE_SMM, super-mario-maker) (push) Failing after 1m13s
Build and Test / build-editions (minecraft-wiiu) (push) Failing after 1m15s
Build and Test / build-editions (mario-tennis) (push) Failing after 1m15s
Build and Test / build-editions (DATABASE_SMM, puyopuyo) (push) Failing after 1m15s
Build and Test / build-editions (DATABASE_SMM, wii-sports-club) (push) Failing after 1m15s
Build and Test / build-editions (splatoon) (push) Failing after 1m15s
Build and Test / build-editions (DATABASE_FRIENDS, friends) (push) Failing after 1m16s
Build and Test / build-editions (fast-racing-neo) (push) Failing after 1m16s
Build and Test / build-editions (terraria) (push) Failing after 1m16s
Build and Test / build-editions (splatoon-testfire) (push) Failing after 1m16s
Build and Test / build-editions (sonic-transformed) (push) Failing after 1m17s
Some checks failed
Build and Test / build-editions (wii-u-chat) (push) Failing after 1m6s
Build and Test / build-editions (DATABASE_SMM, super-mario-maker) (push) Failing after 1m13s
Build and Test / build-editions (minecraft-wiiu) (push) Failing after 1m15s
Build and Test / build-editions (mario-tennis) (push) Failing after 1m15s
Build and Test / build-editions (DATABASE_SMM, puyopuyo) (push) Failing after 1m15s
Build and Test / build-editions (DATABASE_SMM, wii-sports-club) (push) Failing after 1m15s
Build and Test / build-editions (splatoon) (push) Failing after 1m15s
Build and Test / build-editions (DATABASE_FRIENDS, friends) (push) Failing after 1m16s
Build and Test / build-editions (fast-racing-neo) (push) Failing after 1m16s
Build and Test / build-editions (terraria) (push) Failing after 1m16s
Build and Test / build-editions (splatoon-testfire) (push) Failing after 1m16s
Build and Test / build-editions (sonic-transformed) (push) Failing after 1m17s
This commit is contained in:
parent
9a621ed6bd
commit
25d58b3083
1 changed files with 2 additions and 3 deletions
|
|
@ -6,7 +6,6 @@ if [ -z ${EDITION+x} ]; then
|
|||
EDITION=$1
|
||||
fi
|
||||
|
||||
# comma seperated list of features for the specified version
|
||||
source ./buildscripts/common.sh
|
||||
echo building $EDITION
|
||||
echo FEATURES:
|
||||
|
|
@ -15,5 +14,5 @@ echo $EDITION_FEATURES
|
|||
if [[ ! -v RNEX_STATIC ]]; then
|
||||
cargo build --release --features "$EDITION_FEATURES"
|
||||
else
|
||||
OPENSSL_LIB_DIR=/usr/lib OPENSSL_INCLUDE_DIR=/usr/include/openssl OPENSSL_STATIC=1 RUSTFLAGS="-C relocation-model=static -C linker=ld.lld" cargo build --release --features "$EDITION_FEATURES" --target x86_64-unknown-linux-musl
|
||||
fi
|
||||
CC_x86_64_unknown_linux_musl=musl-gcc OPENSSL_LIB_DIR=/usr/lib/x86_64-linux-gnu OPENSSL_INCLUDE_DIR=/usr/include OPENSSL_STATIC=1 RUSTFLAGS="-C relocation-model=static -C linker=ld.lld" cargo build --release --features "$EDITION_FEATURES" --target x86_64-unknown-linux-musl
|
||||
fi
|
||||
Loading…
Reference in a new issue