aports/community/libpeas2/disable-extension-c-py_patch
omni cfd5358fbe community/libpeas2: disable two tests on armv7
it passed on the armv7 CI builder but consistently fail these two tests
on the armv7 package builder, disable to unblock the package builder
2024-04-14 23:18:24 +00:00

28 lines
731 B
Plaintext

--- a/tests/libpeas/meson.build
+++ b/tests/libpeas/meson.build
@@ -1,7 +1,6 @@
libpeas_tests_sources = [
['engine'],
- ['extension-c'],
['extension-set'],
['plugin-info'],
]
@@ -16,16 +15,6 @@ if build_lua51_loader == true
libpeas_tests_sources += [['extension-lua', [lua51_dep, luajit_dep]]]
endif
-if build_python3_loader == true
- libpeas_tests_sources += [['extension-py', [python3_dep, pygobject_dep]]]
-
- libpeas_tests_c_args += [
- '-DPYGOBJECT_MAJOR_VERSION=@0@'.format(pygobject_version_major),
- '-DPYGOBJECT_MINOR_VERSION=@0@'.format(pygobject_version_minor),
- '-DPYGOBJECT_MICRO_VERSION=@0@'.format(pygobject_version_micro),
- ]
-endif
-
subdir('introspection')
subdir('testing')