From d060abe2ca66e9c13aa004e5156176ad832d0241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Sat, 16 Aug 2025 12:34:26 +0200 Subject: [PATCH] ci: Remove glycin-loaders from modules to remove Since we don't build it anymore --- .gitlab-ci/utils.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/utils.yml b/.gitlab-ci/utils.yml index 424de608..817ab20a 100644 --- a/.gitlab-ci/utils.yml +++ b/.gitlab-ci/utils.yml @@ -4,7 +4,7 @@ .remove_build_only_modules: variables: # JSON array of the names of the Flatpak modules to remove. - MODULES_TO_REMOVE: '["grass", "glycin-loaders"]' + MODULES_TO_REMOVE: '["grass"]' before_script: # Create a temporary file. - TMP_FILE=$(mktemp)