From 233fb6b7e6d23d11e7ae2177054e1e91472153fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Tue, 23 May 2023 19:15:38 +0200 Subject: [PATCH] ci: Disable building introspection when not needed We can just save few cycles when the build-test doesn't require it. Part-of: --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8aea7fa8..381972e01 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -286,6 +286,7 @@ build-without-opengl-and-glx@x86_64: -Dglx=false -Degl_device=true -Dwayland_eglstream=true + -Dintrospection=false - meson compile -C build - sudo meson install --no-rebuild -C build artifacts: @@ -308,6 +309,7 @@ build-without-native-backend-and-wayland@x86_64: -Dxwayland=false -Dcore_tests=false -Dnative_tests=false + -Dintrospection=false - meson compile -C build - sudo meson install --no-rebuild -C build artifacts: @@ -328,6 +330,7 @@ build-wayland-only@x86_64: -Dxwayland=false -Dcore_tests=false -Dnative_tests=false + -Dintrospection=false - meson compile -C build - sudo meson install --no-rebuild -C build artifacts: