From 2ec3e536fdaa8641088ba4d3a268dc50287ee388 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 10 Nov 2025 10:00:21 +0100 Subject: [PATCH] ci: track src/c11/ changes It's used by mesa_util, so let's just consider changes to it can affect any job. Fixes: b2ddec4e98fea9b824e7 ("c11: Implement c11/time.h with c11/impl/time.c") Reviewed-by: Yonggang Luo Part-of: --- .gitlab-ci/test-source-dep.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml index fe210a71247..9be572ad5f1 100644 --- a/.gitlab-ci/test-source-dep.yml +++ b/.gitlab-ci/test-source-dep.yml @@ -60,6 +60,7 @@ - subprojects/**/* - .gitattributes - src/* + - src/c11/**/* - src/compiler/**/* - src/drm-shim/**/* - src/gtest/**/*