We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e08bd commit 60b4458Copy full SHA for 60b4458
.cirrus.yml
@@ -6,7 +6,10 @@ freebsd_instance:
6
image_family: freebsd-13-0
7
8
task:
9
- install_script: pkg install -y autoconf gmake \
+ install_script:
10
+ - sed -i 's/quarterly/latest/g' /etc/pkg/FreeBSD.conf
11
+ - pkg upgrade -y
12
+ - pkg install -y autoconf gmake \
13
re2c libgd icu4c libiconv libpng freetype2 \
14
enchant2 bzip2 t1lib libgd gmp tidyp libxml2 \
15
libxlst postresql96-client
0 commit comments