mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
it fails with usersandbox Closes: https://bugs.gentoo.org/961580 Signed-off-by: Nicolas PARLANT <nicolas.parlant@parhuet.fr> Part-of: https://codeberg.org/gentoo/gentoo/pulls/1381 Merges: https://codeberg.org/gentoo/gentoo/pulls/1381 Signed-off-by: Sam James <sam@gentoo.org>
15 lines
546 B
Diff
15 lines
546 B
Diff
https://bugs.gentoo.org/961580
|
|
skip tests for gjs due to sandbox restrictions (usersandbox)
|
|
--- a/tests/libpeas/meson.build
|
|
+++ b/tests/libpeas/meson.build
|
|
@@ -9,7 +9,8 @@ libpeas_tests_sources = [
|
|
libpeas_tests_c_args = ['-UG_DISABLE_ASSERT', '-UG_DISABLE_CAST_CHECKS']
|
|
|
|
if build_gjs_loader == true
|
|
- libpeas_tests_sources += [['extension-gjs', [gjs_dep]]]
|
|
+ warning('gjs tests are currently disabled due to sandbox restrictions #961580')
|
|
+# libpeas_tests_sources += [['extension-gjs', [gjs_dep]]]
|
|
endif
|
|
|
|
if build_lua51_loader == true
|