mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-01 04:58:17 +02:00
I think these were written with the idea of making it "(build rules) && (any relevant driver), but instead the driver rules are bypassing the build rules because 1) it's not an AND, it's an OR; any line that matches applies, and 2) the driver rules are `when: on_success` when these need to be `when: manual` like the rest of the build jobs. Let's stop trying to be special and simply behave like all the other build jobs. We can always try making complex rules later, but once we're on a base that works. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30871> |
||
|---|---|---|
| .. | ||
| compiler-wrapper-clang++-15.sh | ||
| compiler-wrapper-clang++.sh | ||
| compiler-wrapper-clang-15.sh | ||
| compiler-wrapper-clang.sh | ||
| compiler-wrapper-g++.sh | ||
| compiler-wrapper-gcc.sh | ||
| compiler-wrapper.sh | ||
| gitlab-ci.yml | ||