ci/build: remove a couple of unnecessary "override needs: to the same value"

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33564>
This commit is contained in:
Eric Engestrom
2025-02-12 15:12:20 +01:00
committed by Marge Bot
parent 2c79c1be4a
commit b29ba5637e

View File

@@ -406,8 +406,6 @@ debian-android:
- .use-debian/android_build
- .ci-deqp-artifacts
stage: build-for-tests
needs:
- !reference [.use-debian/android_build, needs]
variables:
BUILDTYPE: debug
UNWIND: "disabled"
@@ -495,8 +493,6 @@ debian-android:
extends:
- .meson-cross
- .use-debian/arm64_build
needs:
- debian/arm64_build
variables:
VULKAN_DRIVERS: "asahi,broadcom,freedreno"
GALLIUM_DRIVERS: "etnaviv,freedreno,lima,nouveau,panfrost,llvmpipe,softpipe,tegra,v3d,vc4,zink"