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>
variables:
CROSS: armhf
LLVM_VERSION: "7"
+ EXTRA_OPTION: >
+ -D llvm=false
script:
- .gitlab-ci/meson-build.sh
- .gitlab-ci/prepare-artifacts.sh
- .ci-deqp-artifacts
variables:
VULKAN_DRIVERS: "freedreno"
+ EXTRA_OPTION: >
+ -D llvm=false
script:
- .gitlab-ci/meson-build.sh
- .gitlab-ci/prepare-artifacts.sh
set -ex
-LLVM=libllvm8
-
-# LLVMPipe on armhf is broken with LLVM 8
-if [ `dpkg --print-architecture` = "armhf" ]; then
- LLVM=libllvm7
-fi
-
apt-get -y install --no-install-recommends \
initramfs-tools \
libpng16-16 \
libexpat1 \
libdrm2 \
libdrm-nouveau2 \
- $LLVM
passwd root -d
chsh -s /bin/sh