Merge branch 'test5-no-mips' into 'main'

GIO/tests: skip test_resources_binary on MIPS platforms

See merge request GNOME/glib!3640
This commit is contained in:
Philip Withnall 2023-10-16 12:05:06 +00:00
commit 0a6e19feee

View File

@ -905,7 +905,8 @@ if not meson.is_cross_build()
ld = find_program('ld', required : false)
if build_machine.system() == 'linux' and objcopy.found() and objcopy_supports_add_symbol and ld.found()
if build_machine.system() == 'linux' and objcopy.found() and objcopy_supports_add_symbol and ld.found() and \
build_machine.cpu_family() != 'mips' and build_machine.cpu_family() != 'mips64'
test_gresource_binary = custom_target('test5.gresource',
input : 'test5.gresource.xml',
output : 'test5.gresource',