ci/container: move crosvm build section into the script itself

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32241>
This commit is contained in:
Eric Engestrom
2024-11-19 21:28:16 +01:00
committed by Marge Bot
parent 07de2140a3
commit 33ea8d3b81
2 changed files with 4 additions and 1 deletions

View File

@@ -3,6 +3,8 @@
set -uex
uncollapsed_section_start crosvm "Building crosvm"
git config --global user.email "mesa@example.com"
git config --global user.name "Mesa CI"
@@ -42,3 +44,5 @@ CROSVM_USE_SYSTEM_MINIGBM=1 CROSVM_USE_SYSTEM_VIRGLRENDERER=1 RUSTFLAGS='-L nati
popd
rm -rf /platform/crosvm
section_end crosvm

View File

@@ -167,7 +167,6 @@ uncollapsed_section_switch rust "Installing Rust toolchain"
############### Build Crosvm
uncollapsed_section_switch crosvm "Building crosvm"
. .gitlab-ci/container/build-crosvm.sh
############### Build dEQP runner