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:
Philip Withnall 2024-05-21 10:44:50 +01:00
parent 9dae1dc62f
commit 9e8b0f6730
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73

View File

@ -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