Mesa (main): ci: fix source-deps for radv on windows

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jul 7 21:22:18 UTC 2021


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

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Tue Jul  6 16:00:32 2021 +0200

ci: fix source-deps for radv on windows

If we're giong to build RADV on Windows, we need to make sure we trigger
the build on all RADV-changes.

Fixes: d18563ea58b ("ci: Update Windows image to build RADV")
Reviewed-by: Bas Nieuwenhuizen <bas at basnieuwenhuizen.nl>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11731>

---

 .gitlab-ci/test-source-dep.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml
index 4be7742e32b..009048ce81f 100644
--- a/.gitlab-ci/test-source-dep.yml
+++ b/.gitlab-ci/test-source-dep.yml
@@ -429,6 +429,9 @@
     - changes:
         *zink_file_list
       when: on_success
+    - changes:
+        *radv_file_list
+      when: on_success
     - when: never
 
 .windows-test-rules:



More information about the mesa-commit mailing list