mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-01 21:33:09 +02:00
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:
parent
e07294e569
commit
2b4e667209
@ -113,8 +113,6 @@ glib_tests = {
|
|||||||
'regex' : {
|
'regex' : {
|
||||||
'dependencies' : [pcre2],
|
'dependencies' : [pcre2],
|
||||||
'c_args' : use_pcre2_static_flag ? ['-DPCRE2_STATIC'] : [],
|
'c_args' : use_pcre2_static_flag ? ['-DPCRE2_STATIC'] : [],
|
||||||
# FIXME: musl: https://gitlab.gnome.org/GNOME/glib/-/issues/3159
|
|
||||||
'can_fail' : linux_libc == 'musl',
|
|
||||||
},
|
},
|
||||||
'relation' : {},
|
'relation' : {},
|
||||||
'rwlock' : {},
|
'rwlock' : {},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user