From 3c097b06a71715ec9ae86430ee94e25e954a1e36 Mon Sep 17 00:00:00 2001 From: Jose Luis Duran Date: Tue, 5 Dec 2023 19:04:04 +0000 Subject: [PATCH] Cirrus-CI: forcably upgrade pkg to latest make packages requires the latest pkg for now so force that. Differential Revision: https://reviews.freebsd.org/D42908 --- .cirrus.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index 8e14dc9c030..3abf6898a66 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -75,6 +75,11 @@ task: install_script: - sh .cirrus-ci/pkg-install.sh ${TOOLCHAIN_PKG} git-lite + xxx_upgrade_pkg_script: + - fetch http://pkg.freebsd.org/FreeBSD:13:amd64/latest/All/pkg-1.20.9.pkg + - pkg install -y ./pkg-1.20.9.pkg + - rm -f pkg-1.20.9.pkg + setup_script: - uname -a - gpart show