From 774ce3ff88e21eee92df3e20321768330c7e0934 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Thu, 3 Aug 2023 14:13:02 +0100 Subject: [PATCH] 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: --- 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 `__