diff options
author | Michel Dänzer <[email protected]> | 2020-01-30 18:21:15 +0100 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-02-05 10:52:31 +0000 |
commit | 65610ec774ae095cfee3602b3f06d51d0a199791 (patch) | |
tree | 99f3c837a7c5aec558cbb95bec1d96e1e0a60089 /.gitlab-ci/cross-xfail-s390x | |
parent | a443f81f2631efa0881f72472c476d9d368b5d05 (diff) |
gitlab-ci: Add ppc64el and s390x cross-build jobs
Using LLVM 8 for ppc64el and 7 for s390x (which hits some coroutine
related issues with LLVM 8).
There are some test failures we need to ignore for now. Also, the
timeout needs to be bumped from the default 30s for some tests, because
they can take longer under emulation.
Reviewed-by: Adam Jackson <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3643>
Diffstat (limited to '.gitlab-ci/cross-xfail-s390x')
-rw-r--r-- | .gitlab-ci/cross-xfail-s390x | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci/cross-xfail-s390x b/.gitlab-ci/cross-xfail-s390x new file mode 100644 index 00000000000..d8f03656d94 --- /dev/null +++ b/.gitlab-ci/cross-xfail-s390x @@ -0,0 +1,5 @@ +load_store_vectorizer +lp_test_arit +lp_test_format +lp_test_printf +u_format_test |