Skip to content

Commit a89cb97

Browse files
Just use releasecheck with tcpdump ci (#2055)
The CI issues we've been having stems from some new tests tcpdump has for the upcoming 2038 problem. However, these tests will fail with outdated versions of libpcap that don't support the preprocessor macro `_TIME_BITS` (Documented in the-tcpdump-group/tcpdump#1147) **Tcpdump's fixed the issue when running release-check: the-tcpdump-group/tcpdump@0546e6a. Release-check already runs with check and runs all the tests, but with a more defined process.** Since upstream's just running release-check to encapsulate everything, I think we can just run release-check here to get rid of CI issues. ### Call-outs: N/A ### Testing: CI By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license and the ISC license.
1 parent c21a05c commit a89cb97

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/ci/integration/run_tcpdump_integration.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ function tcpdump_build() {
4242
}
4343

4444
function tcpdump_run_tests() {
45-
make -j "$NUM_CPU_THREADS" check
4645
make -j "$NUM_CPU_THREADS" releasecheck
4746
}
4847

0 commit comments

Comments
 (0)