ci: Condition ppc64-el on specific drivers

Changes to Panfrost or Freedreno should not trigger ppc64 rebuilds.

Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com>
Reviewed-by: Emma Anholt <emma@anholt.net>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10926>
This commit is contained in:
Alyssa Rosenzweig
2021-05-21 11:24:17 -04:00
committed by Marge Bot
parent 1595a9421b
commit ebe1d2585b
2 changed files with 43 additions and 5 deletions

View File

@@ -1070,6 +1070,7 @@ meson-ppc64el:
extends:
- .meson-cross
- .use-ppc64el_build
- .ppc64el-rules
variables:
CROSS: ppc64el
GALLIUM_DRIVERS: "nouveau,radeonsi,swrast,virgl,zink"