Skip to content

Commit

Permalink
Enable aarch64 llvm-17 cross compilation tests (#506)
Browse files Browse the repository at this point in the history
PR #477 pointed out some test failures with qemu.
Re-enabling these tests in GHA and testing locally
on x86 does not show errors.
  • Loading branch information
joanaxcruz authored Jan 25, 2024
1 parent 6647f2f commit d71aae0
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -272,19 +272,18 @@ jobs:
- arch: aarch64
compiler: gcc
qemu_cpu: "max,sve=on,sve512=on"
# Some tests fail when compiled with LLVM only
# - arch: aarch64
# compiler: llvm
# qemu_cpu: "max,sve=off"
# - arch: aarch64
# compiler: llvm
# qemu_cpu: "max,sve=on,sve128=on"
# - arch: aarch64
# compiler: llvm
# qemu_cpu: "max,sve=on,sve256=on"
# - arch: aarch64
# compiler: llvm
# qemu_cpu: "max,sve=on,sve512=on"
- arch: aarch64
compiler: llvm
qemu_cpu: "max,sve=off"
- arch: aarch64
compiler: llvm
qemu_cpu: "max,sve=on,sve128=on"
- arch: aarch64
compiler: llvm
qemu_cpu: "max,sve=on,sve256=on"
- arch: aarch64
compiler: llvm
qemu_cpu: "max,sve=on,sve512=on"
# Aarch32
- arch: armhf
compiler: gcc
Expand Down

0 comments on commit d71aae0

Please sign in to comment.