mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 11:18:08 +02:00
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:
parent
15d94c60cb
commit
427c7f382a
2 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue