From 00f0718bd7f59d21c5493b4703d4cbf241235c74 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 24 Oct 2023 16:35:30 +0100 Subject: [PATCH] ci: Remove .build-linux from Hurd CI scheduled job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s intended to be used with Linux Docker images, and it assumes a certain filesystem layout of the image being run (in particular, that it has a `$HOME/subprojects` directory pre-populated with the subprojects for glib.git). That’s not the case for Hurd, which is running on a dedicated runner (not using Docker), so drop this include. This should fix the CI failure here: https://gitlab.gnome.org/GNOME/glib/-/jobs/3223275 Signed-off-by: Philip Withnall --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9d99d51de..9d57badcc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -182,7 +182,6 @@ debian-stable-x86_64: hurd-i386: extends: - - .build-linux - .only-schedules stage: build tags: