mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-12-12 19:54:33 +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
62 B
Bash
6 lines
62 B
Bash
#!/bin/bash
|
|
|
|
arch=i386
|
|
|
|
. .gitlab-ci/container/cross_build.sh
|