gitlab-ci: Build i386 and ARM drivers in surfaceless mode.
authorEric Anholt <eric@anholt.net>
Thu, 11 Jul 2019 19:58:28 +0000 (12:58 -0700)
committerEric Engestrom <eric@engestrom.ch>
Sat, 13 Jul 2019 13:46:24 +0000 (13:46 +0000)
commit11aa32a447ed2f48cf6b5fdbd94d153c8564daa5
treea8fb67dede2052f2d593331d01c4def8bf24548f
parentce81c9a2e1ee5b8c8acc333fd943abb4fd1c77c9
gitlab-ci: Build i386 and ARM drivers in surfaceless mode.

I don't particularly care about getting x86/ARM cross-build coverage
of all the window systems, but we do want to be building src/mesa/
(for x86 asm) and gallium drivers (for vc4 NEON asm).  I'm also hoping
to use these build products for testing freedreno on actual HW (which
we do using surfaceless).

This increases the docker image from 1.4G to 1.5G.

Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Acked-by: Eric Engestrom <eric@engestrom.ch>
.gitlab-ci.yml
.gitlab-ci/debian-install.sh
.gitlab-ci/meson-build.sh