Skip to content

Commit c7bc3df

Browse files
change CI config
1 parent c9f99b3 commit c7bc3df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux_qemu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ jobs:
4242
"ppc64le",
4343
"powerpc64le-linux-gnu",
4444
"ppc64le/ubuntu:22.04",
45-
"-Dallow-noblas=true",
45+
"-Dallow-noblas=true -Dcpu-dispatch=vsx,vsx2,vsx3",
4646
"test_kind or test_multiarray or test_simd or test_umath or test_ufunc",
4747
"ppc64le"
4848
]
4949
- [
5050
"ppc64le - baseline(Power9)",
5151
"powerpc64le-linux-gnu",
5252
"ppc64le/ubuntu:22.04",
53-
"-Dallow-noblas=true -Dcpu-baseline=vsx3",
53+
"-Dallow-noblas=true -Dcpu-baseline=vsx3 -Dcpu-dispatch=vsx,vsx2,vsx3",
5454
"test_kind or test_multiarray or test_simd or test_umath or test_ufunc",
5555
"ppc64le"
5656
]

0 commit comments

Comments
 (0)