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:
commit
34f9c29254
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user