summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2020-02-09 10:28:37 -0800
committerGuy Harris <guy@alum.mit.edu>2020-02-09 10:28:37 -0800
commit96c4db35abd3bea58af452dfc06a49c7abb71a73 (patch)
tree9e33b365c981db09665445e5a1a071cb79b9822d
parente703ccc5bd5585e04613b0a36f3a7b0e071901df (diff)
downloadtcpdump-96c4db35abd3bea58af452dfc06a49c7abb71a73.tar.gz
Update pkg itself.
There's apparently a pkg bug in 11.x: https://code.wireshark.org/review/c/36055/ Updating it should fix this, so re-enable the 11.x builds.
-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