From 5161d50896cd78d1a611f7fae17648c6585cd82f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6kay=20=C5=9Eat=C4=B1r?= Date: Tue, 5 Jul 2022 14:20:55 +0300 Subject: [PATCH] Attempt to solve freebsd check issue. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gökay Şatır Change-Id: Id3e05d54c2d5b3f1dd4a9794ef4a0c455b72c04c --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index 7a2c94e44..234710f6a 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -7,7 +7,7 @@ task: - sed -i.bak -e 's/quarterly/latest/' /etc/pkg/FreeBSD.conf - env ASSUME_ALWAYS_YES=yes pkg update -f - env ASSUME_ALWAYS_YES=yes pkg remove -y python27 python2 python37 - - env ASSUME_ALWAYS_YES=yes pkg install -y python3 python38 py38-polib py38-lxml + - env ASSUME_ALWAYS_YES=yes pkg install -y python3 python39 py39-polib py39-lxml - env ASSUME_ALWAYS_YES=yes pkg install -y gmake pkgconf poco cppunit autotools coreutils git bash npm png pango - mkdir libreoffice-src - cd libreoffice-src