diff options
| author | Luca Barbato <lu_zero@gentoo.org> | 2018-05-22 15:35:56 +0000 |
|---|---|---|
| committer | gnzlbg <gnzlbg@users.noreply.github.com> | 2018-05-23 18:16:14 +0200 |
| commit | 3d618b3cd67cdce2b9019dda1732800cb86f467c (patch) | |
| tree | 400060f3d8b5fecb4fdb849e5577af0afec90bb7 /library/stdarch/ci | |
| parent | c01982348edb6ed85021bb9221ac96b19f9d6b4e (diff) | |
| download | rust-3d618b3cd67cdce2b9019dda1732800cb86f467c.tar.gz rust-3d618b3cd67cdce2b9019dda1732800cb86f467c.zip | |
Do not run the altivec tests for powerpc64
The big endian variant will be supported properly later.
Diffstat (limited to 'library/stdarch/ci')
| -rwxr-xr-x | library/stdarch/ci/run.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
