From b29ba5637e953e0b06e515ff8e47e2b6313dcb33 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 12 Feb 2025 15:12:20 +0100 Subject: [PATCH] ci/build: remove a couple of unnecessary "override needs: to the same value" Part-of: --- .gitlab-ci/build/gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci/build/gitlab-ci.yml b/.gitlab-ci/build/gitlab-ci.yml index 5bc0c2369bf..d063993e1e3 100644 --- a/.gitlab-ci/build/gitlab-ci.yml +++ b/.gitlab-ci/build/gitlab-ci.yml @@ -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"