Skip to content

Commit

Permalink
CI: Add CI test for ppc64 with power10 as baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
seiko2plus committed Oct 27, 2023
1 parent 44efd35 commit 8d0bdd4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/linux_qemu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ jobs:
"-Dallow-noblas=true",
"test_kind or test_multiarray or test_simd or test_umath or test_ufunc",
]
- [
"ppc64le - baseline(Power9)",
"powerpc64le-linux-gnu",
"ppc64le/ubuntu:22.04",
"-Dallow-noblas=true -Dcpu-baseline=vsx3",
"test_kind or test_multiarray or test_simd or test_umath or test_ufunc",
]
- [
"s390x",
"s390x-linux-gnu",
Expand Down

0 comments on commit 8d0bdd4

Please sign in to comment.