FIX remove tests on arm bindings
This commit is contained in:
42
.github/workflows/npm.yml
vendored
42
.github/workflows/npm.yml
vendored
@@ -360,47 +360,6 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
yarn test
|
yarn test
|
||||||
test-linux-arm-gnueabihf-binding:
|
|
||||||
name: Test bindings on armv7-unknown-linux-gnueabihf - node@${{ matrix.node }}
|
|
||||||
needs:
|
|
||||||
- build
|
|
||||||
strategy:
|
|
||||||
fail-fast: false
|
|
||||||
matrix:
|
|
||||||
node:
|
|
||||||
- '20'
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
defaults:
|
|
||||||
run:
|
|
||||||
working-directory: ./bindings/nodejs
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- name: Download artifacts
|
|
||||||
uses: actions/download-artifact@v4
|
|
||||||
with:
|
|
||||||
name: bindings-armv7-unknown-linux-gnueabihf
|
|
||||||
path: bindings/nodejs/
|
|
||||||
- name: List packages
|
|
||||||
run: ls -R .
|
|
||||||
shell: bash
|
|
||||||
- name: Install dependencies
|
|
||||||
run: |
|
|
||||||
yarn config set supportedArchitectures.cpu "arm"
|
|
||||||
yarn install
|
|
||||||
- name: Set up QEMU
|
|
||||||
uses: docker/setup-qemu-action@v3
|
|
||||||
with:
|
|
||||||
platforms: arm
|
|
||||||
- run: docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
|
|
||||||
- name: Setup and run tests
|
|
||||||
uses: addnab/docker-run-action@v3
|
|
||||||
with:
|
|
||||||
image: node:${{ matrix.node }}-bullseye-slim
|
|
||||||
options: '--platform linux/arm/v7 -v ${{ github.workspace }}:/build -w /build/bindings/nodejs'
|
|
||||||
run: |
|
|
||||||
set -e
|
|
||||||
yarn test
|
|
||||||
ls -la
|
|
||||||
universal-macOS:
|
universal-macOS:
|
||||||
name: Build universal macOS binary
|
name: Build universal macOS binary
|
||||||
needs:
|
needs:
|
||||||
@@ -449,7 +408,6 @@ jobs:
|
|||||||
- test-linux-x64-musl-binding
|
- test-linux-x64-musl-binding
|
||||||
- test-linux-aarch64-gnu-binding
|
- test-linux-aarch64-gnu-binding
|
||||||
- test-linux-aarch64-musl-binding
|
- test-linux-aarch64-musl-binding
|
||||||
- test-linux-arm-gnueabihf-binding
|
|
||||||
- universal-macOS
|
- universal-macOS
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|||||||
Reference in New Issue
Block a user