summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2020-02-24 10:31:33 -0800
committerEric Anholt <eric@anholt.net>2020-02-27 09:36:19 -0800
commit257415863b8431214f9eefa47df910053007c053 (patch)
treeeb2dfaaf5c5cfe586e707d9c15ab836a2f405d06 /.gitlab-ci.yml
parent9c0bbba85643dbfb170d45adda118b7dfab5c2b9 (diff)
ci: Remove LLVM from ARM test drivers.
The LLVM libraries were a significant fraction of the entire payload (55M/250M uncompressed) into the initramfs of the test boards, but LLVM is only used for the draw module used in select/feedback (which isn't even tested in CI on ARM yet). Assume that llvmpipe draw is safe enough for ARM given the coverage on x86, and disable LLVM for these jobs. Reviewed-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3928>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 30f050c1f61..4cfcd312a64 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -332,6 +332,8 @@ meson-armhf:
variables:
CROSS: armhf
LLVM_VERSION: "7"
+ EXTRA_OPTION: >
+ -D llvm=false
script:
- .gitlab-ci/meson-build.sh
- .gitlab-ci/prepare-artifacts.sh
@@ -342,6 +344,8 @@ meson-arm64:
- .ci-deqp-artifacts
variables:
VULKAN_DRIVERS: "freedreno"
+ EXTRA_OPTION: >
+ -D llvm=false
script:
- .gitlab-ci/meson-build.sh
- .gitlab-ci/prepare-artifacts.sh