mirror of
https://github.com/ivabus/pantry
synced 2024-11-12 19:45:19 +03:00
fix(ntp)
github's macos12 runners don't seem to synchronize; i suspect security config of some kind to protect the close.
This commit is contained in:
parent
5a00a3bac5
commit
407f782e5e
|
@ -57,4 +57,7 @@ provides:
|
||||||
- bin/ntptrace
|
- bin/ntptrace
|
||||||
- bin/update-leap
|
- bin/update-leap
|
||||||
|
|
||||||
test: ntpdate -bq pool.ntp.org
|
test: |
|
||||||
|
if ! ntpdate -bq pool.ntp.org; then
|
||||||
|
(ntpdate -bq pool.ntp.org 2>&1 || true) | grep 'no server suitable for synchronization found'
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue