mirror of
https://github.com/the-tcpdump-group/tcpdump.git
synced 2024-11-24 02:23:27 +08:00
CI: Run "make releasetar" regardless of the OS.
Same as in tcpslice.
This commit is contained in:
parent
4adf2f462d
commit
166cdc3dfb
4
build.sh
4
build.sh
@ -86,9 +86,7 @@ if [ "$BUILD_LIBPCAP" = yes ]; then
|
||||
fi
|
||||
if [ "$CMAKE" = no ]; then
|
||||
system=$(uname -s)
|
||||
if [ "$system" = Darwin ] || [ "$system" = Linux ]; then
|
||||
run_after_echo "make releasetar"
|
||||
fi
|
||||
run_after_echo "make releasetar"
|
||||
fi
|
||||
if [ "$CIRRUS_CI" = true ]; then
|
||||
if [ -n "$LD_LIBRARY_PATH" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user