]> git.lizzy.rs Git - rust.git/commit
ci: add a check for clock drift
authorPietro Albini <pietro@pietroalbini.org>
Tue, 13 Aug 2019 07:36:48 +0000 (09:36 +0200)
committerPietro Albini <pietro@pietroalbini.org>
Tue, 13 Aug 2019 07:52:35 +0000 (09:52 +0200)
commit686553dfce92eb35b3709f64b687c2757334df86
tree86cbf531c26660c011d0314489afc288051814a9
parent60960a260f7b5c695fd0717311d72ce62dd4eb43
ci: add a check for clock drift

Recently we encountered multiple spurious failures where the crates.io
certificate was reported as expired, even though it's currently due to
expire in a few months. This adds some code to our CI to check for clock
drifts, to possibly find the cause or rule out a bad VM clock.
src/ci/run.sh