ci/build: drop redundant meson/build.sh from jobs that already inherit from .meson-build

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26714>
This commit is contained in:
Eric Engestrom 2023-12-15 17:28:27 +00:00 committed by Marge Bot
parent ddf2ca4faf
commit 377c6b2d45

View File

@ -258,8 +258,6 @@ alpine-build-testing:
-D shared-llvm=enabled
UNWIND: "disabled"
VULKAN_DRIVERS: "amd,broadcom,freedreno,intel,imagination-experimental"
script:
- .gitlab-ci/meson/build.sh
fedora-release:
extends:
@ -308,8 +306,6 @@ fedora-release:
LLVM_VERSION: ""
UNWIND: "disabled"
VULKAN_DRIVERS: "amd,broadcom,freedreno,imagination-experimental,intel,intel_hasvk"
script:
- .gitlab-ci/meson/build.sh
debian-android:
extends:
@ -467,8 +463,6 @@ debian-arm64-build-test:
VULKAN_DRIVERS: "amd"
EXTRA_OPTION: >
-Dtools=panfrost,imagination
script:
- .gitlab-ci/meson/build.sh
debian-arm64-release:
extends: