mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 19:30:11 +01:00
ci: track changes to new src/x11/ folder
Since4095fac72b("loader: move some common dri3 functions out of dri3 loader") the new folder has been created, and since950dac6e6c("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:4095fac72b("loader: move some common dri3 functions out of dri3 loader") Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36705> (cherry picked from commite551ca1318)
This commit is contained in:
parent
91cf8f8191
commit
31da7aa136
2 changed files with 2 additions and 1 deletions
|
|
@ -68,6 +68,7 @@
|
|||
- src/mesa/**/*.h
|
||||
- src/tool/**/*
|
||||
- src/util/**/*
|
||||
- src/x11/**/*
|
||||
when: on_success
|
||||
|
||||
# Same core dependencies for doing manual runs.
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue