ci: Remove LLVM from ARM test drivers.
authorEric Anholt <eric@anholt.net>
Mon, 24 Feb 2020 18:31:33 +0000 (10:31 -0800)
committerEric Anholt <eric@anholt.net>
Thu, 27 Feb 2020 17:36:19 +0000 (09:36 -0800)
commit257415863b8431214f9eefa47df910053007c053
treeeb2dfaaf5c5cfe586e707d9c15ab836a2f405d06
parent9c0bbba85643dbfb170d45adda118b7dfab5c2b9
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>
.gitlab-ci.yml
.gitlab-ci/create-rootfs.sh