Module: Mesa Branch: main Commit: 774ce3ff88e21eee92df3e20321768330c7e0934 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=774ce3ff88e21eee92df3e20321768330c7e0934
Author: Eric Engestrom <[email protected]> Date: Thu Aug 3 14:13:02 2023 +0100 docs/ci: drop mention of build systems variants in the CI We managed to get rid of all the other ones, so let's forget about them now :P Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24472> --- docs/ci/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ci/index.rst b/docs/ci/index.rst index ee30d90fee2..9b5143140d1 100644 --- a/docs/ci/index.rst +++ b/docs/ci/index.rst @@ -13,7 +13,7 @@ modified and thus is unreliable). The CI runs a number of tests, from trivial build-testing to complex GPU rendering: -- Build testing for a number of build systems, configurations and platforms +- Build testing for a number of configurations and platforms - Sanity checks (``meson test``) - Most drivers are also tested using `VK-GL-CTS <https://github.com/KhronosGroup/VK-GL-CTS>`__
