Skip to content

Commit 2c2c0a8

Browse files
committed
Update ci_config.json comments
1 parent efb7f27 commit 2c2c0a8

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

ci_config.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
"_comment": [
9494
"- Force-enable fontconfig to avoid https://gitlab.freedesktop.org/cairo/cairo/-/issues/862",
9595
"- Prevent libxml2 from requiring iconv or Python",
96-
"- Don't fail on proxy-libintl Meson warning - https://github.com/frida/proxy-libintl/pull/6",
96+
"- fontconfig warns on v1 wraps; fixed in next release",
9797
"- Some tests fails and they are still run despite -Dtests=disabled"
9898
],
9999
"build_options": [
@@ -270,6 +270,9 @@
270270
}
271271
},
272272
"fontconfig": {
273+
"_comment": [
274+
"- fontconfig warns on v1 wraps; fixed in next release"
275+
],
273276
"alpine_packages": [
274277
"bash"
275278
],
@@ -400,7 +403,7 @@
400403
"glib": {
401404
"_comment": [
402405
"- Disable unit tests because upstream does not run them on Windows and some are flaky on Linux.",
403-
"- Don't fail on proxy-libintl Meson warning - https://github.com/frida/proxy-libintl/pull/6"
406+
"- Uses c_std=gnu99 on Windows"
404407
],
405408
"alpine_packages": [
406409
"gettext-tiny-dev"
@@ -1123,8 +1126,8 @@
11231126
"_comment": [
11241127
"- Avoid sysprof build errors on Windows",
11251128
"- Prevent libxml2 from requiring Python",
1129+
"- fontconfig warns on v1 wraps; fixed in next release",
11261130
"- skip dependency checks for optionally provided dependencies",
1127-
"- harfbuzz triggers warnings",
11281131
"- Known test failure: https://gitlab.gnome.org/GNOME/pango/-/issues/682"
11291132
],
11301133
"build_options": [
@@ -1166,7 +1169,10 @@
11661169
]
11671170
},
11681171
"pkgconf": {
1169-
"_comment": "Tests cannot be run without kyua, which is difficult to install when not packaged.",
1172+
"_comment": [
1173+
"test_env.sh.in has missing substitutions",
1174+
"Tests cannot be run without kyua, which is difficult to install when not packaged."
1175+
],
11701176
"fatal_warnings": false,
11711177
"build_options": [
11721178
"pkgconf:tests=disabled"
@@ -1361,7 +1367,7 @@
13611367
},
13621368
"slirp": {
13631369
"_comment": [
1364-
"- proxy-libintl produces Meson warnings"
1370+
"- Uses c_std=gnu99 on Windows"
13651371
],
13661372
"fatal_warnings": false
13671373
},

0 commit comments

Comments
 (0)