Sync from SUSE:SLFO:Main lib2geom revision dfd5c6d795fad0908e4bebfc3b3b27d7

This commit is contained in:
2025-06-18 21:18:42 +02:00
parent 55527464c4
commit 637832ec1d
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed May 28 13:17:22 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>
- Avoid embedding build machine CPU core count (boo#1237231)
-------------------------------------------------------------------
Wed Oct 30 10:52:01 UTC 2024 - Andreas Schwab <schwab@suse.de>

View File

@@ -133,7 +133,7 @@ ctest_exclude_regex="bezier-test|ellipse-test|line-test|polynomial-test|self-int
%endif
# END deactivate failling test
pushd build
ctest --output-on-failure --force-new-ctest-process --parallel %{_smp_build_ncpus} \
ctest --output-on-failure --force-new-ctest-process %{?_smp_mflags} \
%{?excluded_tests:--exclude-regex "($ctest_exclude_regex)"}
popd