Skip to content

Commit

Permalink
Don't run 'make releasecheck'. Cannot succeed with installed libpcap
Browse files Browse the repository at this point in the history
Missing commit:
"pcap: make the seconds and microseconds/nanoseconds fields unsigned."
  • Loading branch information
fxlb committed Mar 16, 2024
1 parent 46dd57b commit 3b6ff61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ linux_task:
- git -C .. clone --depth ${CIRRUS_CLONE_DEPTH} --branch=master --quiet ${LIBPCAP_GIT}
- ./autogen.sh
- ./configure --quiet # build the Makefile
- make releasecheck
#- make releasecheck
- make whitespacecheck
- make shellcheck
- ./build_matrix.sh
Expand Down

0 comments on commit 3b6ff61

Please sign in to comment.