Skip to content

Commit b5cf336

Browse files
committed
Do not run the altivec tests for powerpc64
The big endian variant will be supported properly later.
1 parent 07d0cee commit b5cf336

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/run.sh

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ case ${TARGET} in
2727
;;
2828
powerpc64-*)
2929
export STDSIMD_DISABLE_ASSERT_INSTR=1
30+
export STDSIMD_TEST_NORUN=1
3031
;;
3132

3233
# On 32-bit use a static relocation model which avoids some extra

0 commit comments

Comments
 (0)