summaryrefslogtreecommitdiffstats
path: root/.cirrus.yml
diff options
context:
space:
mode:
authorPhilip H <47042125+pheiduck@users.noreply.github.com>2023-08-11 23:10:02 +0200
committerGitHub <noreply@github.com>2023-08-11 23:10:02 +0200
commitcd4e4e169ab3ff0b9315e5bc16d5ba490ee251ff (patch)
treea18011288902d0a142a7296e2301560f9e3bec36 /.cirrus.yml
parentd8f981138aa04c15ff87b306e9003df8d4b09d17 (diff)
.cirrus.yml: skip pkg update for FreeBSD 13.1 (#12767)
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 8e764ae5ef..cfe1d8e38c 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -13,7 +13,6 @@ freebsd_task:
image_family: freebsd-12-4
timeout_in: 20m
install_script:
- - pkg update -f
- pkg install -y gettext
build_script:
- NPROC=$(getconf _NPROCESSORS_ONLN)