]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Update pkg itself.
authorGuy Harris <[email protected]>
Sun, 9 Feb 2020 18:28:37 +0000 (10:28 -0800)
committerGuy Harris <[email protected]>
Sun, 9 Feb 2020 18:28:37 +0000 (10:28 -0800)
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.

.cirrus.yml

index 20b2a78c927c98e47b0a98ba542282c237ab5686..70488a43d8ad0b5e41dc4547d7d11694a3ebdb97 100644 (file)
@@ -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