]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Travis CI: The 4.9.3 release needs libpcap 1.9.1 for tests
authorFrancois-Xavier Le Bail <[email protected]>
Tue, 1 Oct 2019 08:32:28 +0000 (10:32 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Tue, 1 Oct 2019 09:51:27 +0000 (11:51 +0200)
.travis.yml

index 449c1f4a97e77e0ee4f5d0208973f663ab54cb7d..df045d991a8c05d7d00f4259a053305eca9f12a0 100644 (file)
@@ -63,7 +63,7 @@ install:
   - if [ "$TRAVIS_OS_NAME" = osx ]; then brew install libsmi | grep -v '%'; fi
 
 before_script:
-  - if [ "$BUILD_LIBPCAP" = true ]; then (cd .. && echo '$ git clone [...] libpcap.git' && git clone --depth=50 --branch=master --quiet git://github.com/the-tcpdump-group/libpcap.git && cd libpcap && ./configure && make); fi
+  - if [ "$BUILD_LIBPCAP" = true ]; then (cd .. && echo '$ git clone [...] libpcap.git' && git clone --depth=50 --branch=libpcap-1.9.1 --quiet git://github.com/the-tcpdump-group/libpcap.git && cd libpcap && ./configure && make); fi
 
 script:
   - if [ "$COVERITY_SCAN_BRANCH" != 1 ]; then touch .devel configure; fi