Mesa (main): ci/etnaviv: Fix the dependency for the build artifacts.

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Nov 1 17:31:50 UTC 2021


Module: Mesa
Branch: main
Commit: 7355694e11bd2292e0f193573726a90d12848c80
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7355694e11bd2292e0f193573726a90d12848c80

Author: Emma Anholt <emma at anholt.net>
Date:   Thu Oct 28 14:59:37 2021 -0700

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 <christian.gmeiner at gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13600>

---

 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:



More information about the mesa-commit mailing list