ci/container: Remove double build sections in test-* containers

These sections were redundant since the respective scripts already set
them.

Signed-off-by: Valentine Burley <valentine.burley@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34405>
This commit is contained in:
Valentine Burley 2025-04-07 08:54:52 +02:00 committed by Marge Bot
parent 15d94c60cb
commit 427c7f382a
2 changed files with 0 additions and 5 deletions

View file

@ -202,7 +202,6 @@ fi
# crosvm build fails on ARMv7 due to Xlib type-size issues
if [ "$DEBIAN_ARCH" != "armhf" ]; then
uncollapsed_section_switch crosvm "Building crosvm"
. .gitlab-ci/container/build-crosvm.sh
fi
@ -212,8 +211,6 @@ fi
############### Build apitrace
uncollapsed_section_switch apitrace "Building apitrace"
. .gitlab-ci/container/build-apitrace.sh
############### Uninstall the build software

View file

@ -120,7 +120,6 @@ rm -rf /VK-GL-CTS
############### Build Fossilize
if [ "$DEBIAN_ARCH" != "armhf" ]; then
uncollapsed_section_switch fossilize "Building Fossilize"
. .gitlab-ci/container/build-fossilize.sh
fi
@ -128,7 +127,6 @@ fi
# gfxreconstruct thinks that ARMv7-on-AArch64 is cross-compilation
if [ "$DEBIAN_ARCH" != "armhf" ]; then
uncollapsed_section_switch gfxreconstruct "Building gfxreconstruct"
. .gitlab-ci/container/build-gfxreconstruct.sh
fi