aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2020-02-02 16:03:26 -0800
committerGuy Harris <guy@alum.mit.edu>2020-02-02 16:03:26 -0800
commit42489e8ba35d809b6b6b273553247a3a45d32462 (patch)
treefd9d2fd864495808c5f490ca112989daebd52952
parent0df047b6fe79e379be6c964c0867ae0fae569f65 (diff)
We don't need to configure and build twice.
I copied the tcpdump .cirrus.yml file; that does grab the master-branch libpcap, so that it can build master-branch tcpdump with it, but we don't need that for libpcap.
-rw-r--r--.cirrus.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml
index 6217112f..9c0acd21 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -11,7 +11,6 @@ task:
- image_family: freebsd-13-0-snap
script:
- 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 -enable-remote && make -j${MAXJOBS})
- touch .devel
- - ./configure
+ - ./configure --enable-remote
- make -s all