Skip to content

Commit 0e0635f

Browse files
committed
Don't use latest
1 parent 9e7897d commit 0e0635f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.cirrus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ freebsd_instance:
88
task:
99
name: FREEBSD_DEBUG_NTS
1010
install_script:
11-
- sed -i -e 's/quarterly/latest/g' /etc/pkg/FreeBSD.conf
12-
- pkg upgrade -y
11+
#- sed -i -e 's/quarterly/latest/g' /etc/pkg/FreeBSD.conf
12+
#- pkg upgrade -y
1313
- pkg install -y autoconf bison gmake re2c icu libiconv png freetype2 enchant2 bzip2 krb5 t1lib gmp tidyp libsodium libzip libxml2 libxslt openssl oniguruma pkgconf webp
1414
script:
1515
- ./buildconf -f

0 commit comments

Comments
 (0)