From 9e8b0f673085f15579496e5f5f79cff10412e5bb Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 21 May 2024 10:44:50 +0100 Subject: [PATCH] ci: Disable systemtap on musl CI build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s not needed, and is now failing with: ``` meson.build:2578:36: ERROR: Feature systemtap cannot be enabled: Cannot enable systemtap because dtrace feature is disabled A full log can be found at /builds/GNOME/glib/_build/meson-logs/meson-log.txt ``` See https://gitlab.gnome.org/GNOME/glib/-/jobs/3901860 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 9395a225f..d804269a9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -312,7 +312,6 @@ muslc-alpine-x86_64: --prefix=$HOME/glib-installed --localstatedir=/var --libdir=lib - -Dsystemtap=enabled _build - meson compile -C _build - .gitlab-ci/run-tests.sh