gitlab-ci: Use separate arm64 build/test docker images
authorMichel Dänzer <mdaenzer@redhat.com>
Mon, 4 Nov 2019 08:54:09 +0000 (09:54 +0100)
committerMichel Dänzer <michel@daenzer.net>
Wed, 6 Nov 2019 12:10:07 +0000 (13:10 +0100)
commitb4d3ae22697ec97c4ffb017aac8eeed4aad7fb74
tree34769868256f185a1c22e07a0d0da1d35731cf7b
parentdd4587b55cdfb09d5e0ebf6b7e7216b46ae10c3e
gitlab-ci: Use separate arm64 build/test docker images

The image used for test jobs is only about 1/6 as big as before, which
may help avoid some issues with some of the test boards.

Inspired by https://gitlab.freedesktop.org/mesa/mesa/issues/2046 .

v2:
* Leave LIBDRM_VERSION at 2.4.99 (Daniel Stone)
* Delete more build artifacts from dEQP tree (Daniel Stone)
v3:
* Set LD_LIBRARY_PATH for ldd

Acked-by: Daniel Stone <daniels@collabora.com> # v2
Reviewed-by: Eric Anholt <eric@anholt.net> # Except for the ldd line
.gitlab-ci.yml
.gitlab-ci/debian-arm64-install.sh
.gitlab-ci/debian-arm64-test-install.sh [new file with mode: 0644]