mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
build: Drop unused G_ATOMIC_OP_MEMORY_BARRIER_NEEDED
See the previous commit. Signed-off-by: Philip Withnall <withnall@endlessm.com> Helps: #1323
This commit is contained in:
@@ -105,7 +105,7 @@ foreach test_name, extra_args : gobject_tests
|
||||
|
||||
# FIXME: https://gitlab.gnome.org/GNOME/glib/issues/1316
|
||||
# aka https://bugs.debian.org/880883
|
||||
if test_name == 'closure-refcount' and ['arm', 'aarch64'].contains(host_cpu_family)
|
||||
if test_name == 'closure-refcount' and ['arm', 'aarch64'].contains(host_machine.cpu_family())
|
||||
timeout = timeout * 10
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user