summaryrefslogtreecommitdiff
path: root/.cirrus.yml
diff options
context:
space:
mode:
Diffstat (limited to '.cirrus.yml')
-rw-r--r--.cirrus.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 20b2a78c..70488a43 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -6,10 +6,11 @@ env:
task:
freebsd_instance:
matrix:
-# - image_family: freebsd-11-3-snap
+ - image_family: freebsd-11-3-snap
- image_family: freebsd-12-1-snap
- image_family: freebsd-13-0-snap
script:
+ - pkg update -f
- pkg install -qy git autoconf
- (cd .. && git clone --depth ${CIRRUS_CLONE_DEPTH} --branch=master --quiet git://github.com/the-tcpdump-group/libpcap.git && cd libpcap && ./configure --prefix=/tmp && make -s -j${MAXJOBS})
- touch .devel