mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-23 18:14:29 +08:00
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.
This commit is contained in:
parent
e703ccc5bd
commit
96c4db35ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user