forked from pool/chrony
Accepting request 1108478 from home:favogt:branches:network:time
This speeds up building everywhere and gets rid of the timeout on slower architectures. Unfortunately those sometimes fail the 124-tai test because the tolerances are too tight (0.001004s > 0.001000). Something for upstream? - 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. OBS-URL: https://build.opensuse.org/request/show/1108478 OBS-URL: https://build.opensuse.org/package/show/network:time/chrony?expand=0&rev=117
This commit is contained in:
parent
60162d0481
commit
c09acfbe82
@ -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>
|
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 CLKNETSIM_RANDOM_SEED=24501
|
||||||
export CFLAGS="%{optflags}"
|
export CFLAGS="%{optflags}"
|
||||||
make %{?_smp_mflags} -C test/simulation/clknetsim
|
make %{?_smp_mflags} -C test/simulation/clknetsim
|
||||||
make %{?_smp_mflags} check
|
make %{?_smp_mflags} quickcheck
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user