From 31da7aa136ef741c5f7f48cde0f7c740ae0d8b31 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 11 Aug 2025 08:46:24 +0200 Subject: [PATCH] ci: track changes to new src/x11/ folder Since 4095fac72b6b99f0a68c ("loader: move some common dri3 functions out of dri3 loader") the new folder has been created, and since 950dac6e6c932ac7a12c ("x11: Add an x11_xlib_display_is_thread_safe() helper") it's also used by vulkan x11, so adding it to the core rules. Fixes: 4095fac72b6b99f0a68c ("loader: move some common dri3 functions out of dri3 loader") Part-of: (cherry picked from commit e551ca1318564c9cdb9215868780f07436038f45) --- .gitlab-ci/test-source-dep.yml | 1 + .pick_status.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci/test-source-dep.yml b/.gitlab-ci/test-source-dep.yml index b19a2d388b6..44acc3bdd7b 100644 --- a/.gitlab-ci/test-source-dep.yml +++ b/.gitlab-ci/test-source-dep.yml @@ -68,6 +68,7 @@ - src/mesa/**/*.h - src/tool/**/* - src/util/**/* + - src/x11/**/* when: on_success # Same core dependencies for doing manual runs. diff --git a/.pick_status.json b/.pick_status.json index a1c4120bb65..1211094b65d 100644 --- a/.pick_status.json +++ b/.pick_status.json @@ -1234,7 +1234,7 @@ "description": "ci: track changes to new src/x11/ folder", "nominated": true, "nomination_type": 2, - "resolution": 0, + "resolution": 1, "main_sha": null, "because_sha": "4095fac72b6b99f0a68ca77b845c9344a01388d0", "notes": null