History log of /freebsd-current/.cirrus-ci/pkg-install.sh
Revision Date Author Comments
# 77013d11 02-Jun-2021 Ed Maste <emaste@FreeBSD.org>

Cirrus-CI: add some timing info on pkg install failure

Sponsored by: The FreeBSD Foundation


# dd41de95 02-Jun-2021 Ed Maste <emaste@FreeBSD.org>

Cirrus-CI: retry pkg installation on failure

Pkg installation failed somewhat frequently, always at:

[62/104] Fetching jpeg-turbo-2.0.6.txz: .......... done
pkg: http://pkgmir.geo.freebsd.org/FreeBSD:13:amd64/quarterly/All/jbigkit-2.1_1.txz: No route to host

Move pkg installation to a script and retry once upon failure as a
(hopefully temporary) workaround.

Reviewed by: imp
MFC after: 1 week
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D30613