From b5cf336ce5537492fbe4794b0acaf0435e6cc6e2 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. --- ci/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/run.sh b/ci/run.sh index df0f45769b..708d6ba341 100755 --- a/ci/run.sh +++ b/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