Skip to content

Commit

Permalink
Try adding initial config for ppc64le
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Apr 19, 2024
1 parent e64f3d8 commit 63752c1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,8 @@ jobs:
set -e &&
export CARGO_TARGET_POWERPC64LE_UNKNOWN_LINUX_GNU_LINKER=powerpc64le-linux-gnu-gcc && rustup target add powerpc64le-unknown-linux-gnu &&
npm run build:napi -- --release --target powerpc64le-unknown-linux-gnu
test:
arch: ppc64le
- host: ubuntu-latest
target: s390x-unknown-linux-gnu
setup: |
Expand Down Expand Up @@ -255,6 +257,20 @@ jobs:
run: ${{ matrix.settings.build }}
if: ${{ !matrix.settings.docker }}
shell: bash
- name: Run Smoke Test
if: ${{ matrix.settings.test }}
uses: uraimo/run-on-arch-action@v2
with:
arch: ${{ matrix.settings.test.arch }}
distro: ubuntu-latest
githubToken: ${{ github.token }}
run: >-
set -e &&
pwd &&
ls &&
which node &&
which npm &&
npm install
- name: Upload wasm artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 63752c1

Please sign in to comment.