From 497eaccf4451f15b91ba8bddd863ed44612e1d03ea633341a18adc75a12ad271 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Fri, 24 Nov 2023 14:11:16 +0000 Subject: [PATCH] Accepting request 1128292 from home:bmwiedemann:branches:devel:libraries:c_c++ Avoid stuck build/tests without this change, a osc build --noservice --vm-type=kvm -j1 standard would get stuck forever, blocking the build machine OBS-URL: https://build.opensuse.org/request/show/1128292 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=89 --- tbb.changes | 5 +++++ tbb.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/tbb.changes b/tbb.changes index 2834530..4a31dfc 100644 --- a/tbb.changes +++ b/tbb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 23 09:53:18 UTC 2023 - Bernhard Wiedemann + +- Avoid stuck build/tests + ------------------------------------------------------------------- Tue Aug 1 19:25:15 UTC 2023 - Martin Liška diff --git a/tbb.spec b/tbb.spec index 0b80f95..d6573f0 100644 --- a/tbb.spec +++ b/tbb.spec @@ -238,7 +238,7 @@ test -f %{buildroot}%{_libdir}/pkgconfig/tbb32.pc && mv %{buildroot}%{_libdir}/p mkdir python-test pushd python-test export LD_LIBRARY_PATH="%{buildroot}%{_libdir}" -%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} $python -m tbb test -v +%python_expand PYTHONPATH=%{buildroot}%{$python_sitearch} timeout 5m $python -m tbb test -v popd %endif