glit: tests: enable regex test under musl

This was an alpine packaging problem, that is no fixed in the new
release

Fixes #3159
This commit is contained in:
Pablo Correa Gómez 2023-12-08 17:28:10 +01:00
parent e07294e569
commit 2b4e667209
No known key found for this signature in database
GPG Key ID: 7A342565FF635F79

View File

@ -113,8 +113,6 @@ glib_tests = {
'regex' : {
'dependencies' : [pcre2],
'c_args' : use_pcre2_static_flag ? ['-DPCRE2_STATIC'] : [],
# FIXME: musl: https://gitlab.gnome.org/GNOME/glib/-/issues/3159
'can_fail' : linux_libc == 'musl',
},
'relation' : {},
'rwlock' : {},