diff options
author | Michel Dänzer <[email protected]> | 2020-01-31 16:07:10 +0100 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-02-05 10:52:31 +0000 |
commit | 8be81f8a2a9f3f838cc550aeddf79657608e1008 (patch) | |
tree | c303eaee6ed3b86297ff414e1dd866c002129e92 /.gitlab-ci.yml | |
parent | 65610ec774ae095cfee3602b3f06d51d0a199791 (diff) |
gitlab-ci: Build radeonsi & RADV in the ppc64el job
This requires cross-building libdrm for ppc64el.
Reviewed-by: Adam Jackson <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3643>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3643>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a194d6c0838..508ae0df36a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -483,8 +483,9 @@ meson-ppc64el: - meson-s390x variables: CROSS: ppc64el - GALLIUM_DRIVERS: "nouveau,swrast,virgl" + GALLIUM_DRIVERS: "nouveau,radeonsi,swrast,virgl" LLVM_VERSION: "8" + VULKAN_DRIVERS: "amd" meson-mingw32-x86_64: extends: .meson-build |