From 3d618b3cd67cdce2b9019dda1732800cb86f467c Mon Sep 17 00:00:00 2001 From: Luca Barbato Date: Tue, 22 May 2018 15:35:56 +0000 Subject: [PATCH] Do not run the altivec tests for powerpc64 The big endian variant will be supported properly later. --- library/stdarch/ci/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/library/stdarch/ci/run.sh b/library/stdarch/ci/run.sh index df0f45769b9..708d6ba3418 100755 --- a/library/stdarch/ci/run.sh +++ b/library/stdarch/ci/run.sh @@ -27,6 +27,7 @@ case ${TARGET} in ;; powerpc64-*) export STDSIMD_DISABLE_ASSERT_INSTR=1 + export STDSIMD_TEST_NORUN=1 ;; # On 32-bit use a static relocation model which avoids some extra