From 7355694e11bd2292e0f193573726a90d12848c80 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Thu, 28 Oct 2021 14:59:37 -0700 Subject: [PATCH] ci/etnaviv: Fix the dependency for the build artifacts. This is an armhf board, not arm64. Fixes 404s from trying to pull the artifacts early. Reviewed-by: Christian Gmeiner Part-of: --- src/etnaviv/ci/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etnaviv/ci/gitlab-ci.yml b/src/etnaviv/ci/gitlab-ci.yml index 84a30903c27..588dc84987f 100644 --- a/src/etnaviv/ci/gitlab-ci.yml +++ b/src/etnaviv/ci/gitlab-ci.yml @@ -14,7 +14,7 @@ MINIO_ARTIFACT_NAME: mesa-armhf needs: - debian/arm_test - - job: debian-arm64 + - job: debian-armhf artifacts: false .etnaviv-armhf-gc2000: