docs/ci: drop mention of build systems variants in the CI
authorEric Engestrom <eric@igalia.com>
Thu, 3 Aug 2023 13:13:02 +0000 (14:13 +0100)
committerMarge Bot <emma+marge@anholt.net>
Thu, 3 Aug 2023 19:30:11 +0000 (19:30 +0000)
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

index ee30d90..9b51431 100644 (file)
@@ -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>`__