ci/container: move ninetests 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:11:10 +01:00
committed by Marge Bot
parent 500c1c2d7c
commit 999cc1a86f
2 changed files with 4 additions and 2 deletions
+4
View File
@@ -6,6 +6,8 @@
set -ex -o pipefail
uncollapsed_section_start ninetests "Building Nine tests"
### Careful editing anything below this line
git config --global user.email "mesa@example.com"
@@ -23,3 +25,5 @@ mv NineTests/NineTests /NineTests/
popd
rm -rf /Xnine
section_end ninetests
-2
View File
@@ -124,8 +124,6 @@ uncollapsed_section_switch vvl "Building Vulkan validation layers"
############### Build nine tests
uncollapsed_section_switch nine "Building Nine tests"
. .gitlab-ci/container/build-ninetests.sh
############### Uninstall the build software