mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 01:36:17 +01:00
ci: Disable systemtap on musl CI build
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 <pwithnall@gnome.org>
This commit is contained in:
parent
9dae1dc62f
commit
9e8b0f6730
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user