Skip to content

Commit

Permalink
ci/gha: Add ARM64 QEMU jobs for clang and clang-snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
real-or-random committed Sep 3, 2023
1 parent 6ebe7d2 commit 4b8a647
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,11 +283,22 @@ jobs:
ELLSWIFT: 'yes'
CTIMETESTS: 'no'

strategy:
fail-fast: false
matrix:
configuration:
- env_vars: { } # gcc
- env_vars: # clang
CC: 'clang --target=aarch64-linux-gnu'
- env_vars: # clang-snapshot
CC: 'clang-snapshot --target=aarch64-linux-gnu'

steps:
- name: Checkout
uses: actions/checkout@v3

- name: CI script
env: ${{ matrix.configuration.env_vars }}
uses: ./.github/actions/run-in-docker-action
with:
dockerfile: ./ci/linux-debian.Dockerfile
Expand Down

0 comments on commit 4b8a647

Please sign in to comment.