FIX: Disables armv7 musle for now
This commit is contained in:
24
.github/workflows/npm.yml
vendored
24
.github/workflows/npm.yml
vendored
@@ -74,18 +74,18 @@ jobs:
|
|||||||
export CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_LINKER=arm-linux-gnueabihf-gcc
|
export CARGO_TARGET_ARMV7_UNKNOWN_LINUX_GNUEABIHF_LINKER=arm-linux-gnueabihf-gcc
|
||||||
export PKG_CONFIG_ALLOW_CROSS=1
|
export PKG_CONFIG_ALLOW_CROSS=1
|
||||||
yarn build --target armv7-unknown-linux-gnueabihf
|
yarn build --target armv7-unknown-linux-gnueabihf
|
||||||
- host: ubuntu-latest
|
# - host: ubuntu-latest
|
||||||
target: armv7-unknown-linux-musleabihf
|
# target: armv7-unknown-linux-musleabihf
|
||||||
build: |
|
# build: |
|
||||||
set -e
|
# set -e
|
||||||
rustup toolchain install 1.90.0
|
# rustup toolchain install 1.90.0
|
||||||
rustup default 1.90.0
|
# rustup default 1.90.0
|
||||||
# Use Zig as the MUSL cross C toolchain
|
# # Use Zig as the MUSL cross C toolchain
|
||||||
export CC_armv7_unknown_linux_musleabihf="zig cc -target armv7-linux-musleabihf -mfpu=vfpv3-d16 -mfloat-abi=hard"
|
# export CC_armv7_unknown_linux_musleabihf="zig cc -target armv7-linux-musleabihf -mfpu=vfpv3-d16 -mfloat-abi=hard"
|
||||||
export CARGO_TARGET_ARMV7_UNKNOWN_LINUX_MUSLEABIHF_LINKER="zig cc -target armv7-linux-musleabihf -mfpu=vfpv3-d16 -mfloat-abi=hard"
|
# export CARGO_TARGET_ARMV7_UNKNOWN_LINUX_MUSLEABIHF_LINKER="zig cc -target armv7-linux-musleabihf -mfpu=vfpv3-d16 -mfloat-abi=hard"
|
||||||
export AR_armv7_unknown_linux_musleabihf="zig ar"
|
# export AR_armv7_unknown_linux_musleabihf="zig ar"
|
||||||
export PKG_CONFIG_ALLOW_CROSS=1
|
# export PKG_CONFIG_ALLOW_CROSS=1
|
||||||
yarn build --target armv7-unknown-linux-musleabihf
|
# yarn build --target armv7-unknown-linux-musleabihf
|
||||||
- host: ubuntu-latest
|
- host: ubuntu-latest
|
||||||
target: aarch64-linux-android
|
target: aarch64-linux-android
|
||||||
build: |
|
build: |
|
||||||
|
|||||||
Reference in New Issue
Block a user