Skip to content

Commit 4b8a647

Browse files
ci/gha: Add ARM64 QEMU jobs for clang and clang-snapshot
1 parent 6ebe7d2 commit 4b8a647

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/ci.yml

+11
Original file line numberDiff line numberDiff line change
@@ -283,11 +283,22 @@ jobs:
283283
ELLSWIFT: 'yes'
284284
CTIMETESTS: 'no'
285285

286+
strategy:
287+
fail-fast: false
288+
matrix:
289+
configuration:
290+
- env_vars: { } # gcc
291+
- env_vars: # clang
292+
CC: 'clang --target=aarch64-linux-gnu'
293+
- env_vars: # clang-snapshot
294+
CC: 'clang-snapshot --target=aarch64-linux-gnu'
295+
286296
steps:
287297
- name: Checkout
288298
uses: actions/checkout@v3
289299

290300
- name: CI script
301+
env: ${{ matrix.configuration.env_vars }}
291302
uses: ./.github/actions/run-in-docker-action
292303
with:
293304
dockerfile: ./ci/linux-debian.Dockerfile

0 commit comments

Comments
 (0)