The package rpms/folly.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/folly.git/commit/?id=dd943a8f75f5c6b....
Change: +%ifarch x86_64
Thanks.
Full change: ============
commit dd943a8f75f5c6bd428660f0cb2a0945b358fd84 Author: Michel Lind salimma@fedoraproject.org Date: Wed Aug 21 22:41:59 2024 -0500
Exclude another test that is flaky on x86_64
Signed-off-by: Michel Lind salimma@fedoraproject.org
diff --git a/folly.spec b/folly.spec index b2ccc66..25ec346 100644 --- a/folly.spec +++ b/folly.spec @@ -267,6 +267,10 @@ EXCLUDED_TESTS+='|fbvector_test.' EXCLUDED_TESTS+='|concurrent_hash_map_test.*/ConcurrentHashMapTest/*.StressTestReclamation' EXCLUDED_TESTS+='|singleton_thread_local_test.SingletonThreadLocalDeathTest.Overload'
+%ifarch x86_64 +EXCLUDED_TESTS+='|cache_locality_test.CacheLocality.LinuxActual' +%endif + %ifarch aarch64 EXCLUDED_TESTS+='|cache_locality_test.Getcpu.VdsoGetcpu' EXCLUDED_TESTS+='|HHWheelTimerTest.HHWheelTimerTest.FireOnce'
arch-excludes@lists.fedoraproject.org