- Remove portscout limit. - Switch to meson. - Always enable SIMD because support is detected at runtime. - Drop binutils dependency because LLVM can build it now. PR: 283530 Reviewed by: diizzy
14 lines
369 B
Plaintext
14 lines
369 B
Plaintext
--- test/meson.build.orig 2024-12-03 03:51:09 UTC
|
|
+++ test/meson.build
|
|
@@ -75,8 +75,8 @@ foreach t : tests
|
|
[t + '.c', config_h],
|
|
dependencies : [idep_pixman, libtestutils_dep, dep_threads, dep_openmp, dep_png],
|
|
),
|
|
- timeout : 120,
|
|
- is_parallel : true,
|
|
+ timeout : 600,
|
|
+ is_parallel : get_option('openmp').disabled(),
|
|
)
|
|
endforeach
|
|
|