From b0ad2848baa40707810d55447fa03eb7eec0bc1f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Hatcher?= Date: Wed, 22 Oct 2025 02:46:00 +0200 Subject: [PATCH] FIX remove tests on arm bindings --- .github/workflows/npm.yml | 42 --------------------------------------- 1 file changed, 42 deletions(-) diff --git a/.github/workflows/npm.yml b/.github/workflows/npm.yml index 0c287ef..a40db62 100644 --- a/.github/workflows/npm.yml +++ b/.github/workflows/npm.yml @@ -360,47 +360,6 @@ jobs: run: | set -e 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: name: Build universal macOS binary needs: @@ -449,7 +408,6 @@ jobs: - test-linux-x64-musl-binding - test-linux-aarch64-gnu-binding - test-linux-aarch64-musl-binding - - test-linux-arm-gnueabihf-binding - universal-macOS steps: - uses: actions/checkout@v4