summaryrefslogtreecommitdiff
path: root/.gitlab-ci/debian-arm64-install.sh
Commit message (Collapse)AuthorAgeFilesLines
* gitlab-ci: Enable llvmpipe in ARM build jobsMichel Dänzer2019-10-221-0/+3
| | | | | | | | | v2: * Use LLVM 8 from buster-backports v3: * Use LLVM 7 again for armhf, llvmpipe is still broken there with LLVM 8 Acked-by: Eric Engestrom <eric.engestrom@intel.com>
* gitlab-ci: Use native aarch64 runner for ARM build jobsMichel Dänzer2019-10-221-0/+118
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