Skip to content

Commit

Permalink
GA: run tests on risc64 and armv7
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastinas committed Jul 11, 2023
1 parent 6b40949 commit d1677c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,10 @@ jobs:
fail-fast: false
matrix:
cfg:
- { arch: armv7, compiler: gcc, cxxcompiler: g++ }
- { arch: aarch64, compiler: gcc, cxxcompiler: g++ }
- { arch: ppc64le, compiler: gcc, cxxcompiler: g++ }
- { arch: riscv64, compiler: gcc, cxxcompiler: g++ }
- { arch: s390x, compiler: gcc, cxxcompiler: g++ }
steps:
- uses: actions/checkout@v3
Expand All @@ -169,7 +171,6 @@ jobs:
githubToken: ${{ github.token }}
install: |
apt-get -q update
apt-get -q -y dist-upgrade
apt-get -q -y install ${{ matrix.cfg.compiler }} meson ninja-build pkgconf libntl-dev libboost-test-dev libssl-dev
apt-get -q -y install ${{ matrix.cfg.cxxcompiler }} || true
run: |
Expand Down

0 comments on commit d1677c8

Please sign in to comment.