gitlab-ci: Use native aarch64 runner for ARM build jobs
authorMichel Dänzer <mdaenzer@redhat.com>
Tue, 8 Oct 2019 17:46:11 +0000 (19:46 +0200)
committerMichel Dänzer <michel@daenzer.net>
Tue, 22 Oct 2019 10:26:29 +0000 (10:26 +0000)
commit163ec5d808189f54028860e23406e6be60423028
tree532ff1edc5aec44e4e2335ba2a88811d481d2170
parentc5aa2711a45d060960e002804a6e5a7d326e8b5e
gitlab-ci: Use native aarch64 runner for ARM build jobs

This allows running the regression tests.

One downside is that we can't easily build the Vulkan overlay layer,
because only x86 binaries of the glslang validator are available. If
that's important, we could either use those binaries via qemu, or build
it from source.

v2:
* Add :amd64 suffix to existing debian-9/10 job names (Eric Engestrom)

Acked-by: Eric Engestrom <eric.engestrom@intel.com> # v1
.gitlab-ci.yml
.gitlab-ci/debian-arm64-install.sh [new file with mode: 0644]
.gitlab-ci/debian-install.sh
.gitlab-ci/debian-test-install.sh [deleted file]