mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-12-05 08:14:57 +08:00
3acd5a68a4
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>
6 lines
63 B
Bash
6 lines
63 B
Bash
#!/bin/bash
|
|
|
|
arch=s390x
|
|
|
|
. .gitlab-ci/container/cross_build.sh
|