Accepting request 1115592 from network:time

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1115592
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/chrony?expand=0&rev=40
This commit is contained in:
Ana Guerrero 2023-10-05 18:02:57 +00:00 committed by Git OBS Bridge
commit 34f9c29254
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Fri Sep 1 14:05:34 UTC 2023 - Fabian Vogt <fvogt@suse.com>
- Use make quickcheck instead of make check to avoid >1h build
times and failures due to timeouts. This was the default before
3.2 but it changed to make tests more reliable. Here a seed is
already set to get deterministic execution.
-------------------------------------------------------------------
Wed Aug 9 17:30:28 UTC 2023 - Reinhard Max <max@suse.com>

View File

@ -297,7 +297,7 @@ find %{buildroot} -type f | xargs sed -i '
export CLKNETSIM_RANDOM_SEED=24501
export CFLAGS="%{optflags}"
make %{?_smp_mflags} -C test/simulation/clknetsim
make %{?_smp_mflags} check
make %{?_smp_mflags} quickcheck
%endif
%endif