
Using x86_build-base as a separate base layer as well for storage & network bandwidth efficiency. Using separate images allows dropping the workarounds from the cross build job scripts. Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5296>
9 lines
127 B
Bash
9 lines
127 B
Bash
#!/bin/bash
|
|
|
|
arch=ppc64el
|
|
|
|
. .gitlab-ci/container/cross_build.sh
|
|
|
|
apt-get install -y --no-remove \
|
|
libvulkan-dev:$arch
|