CI: Run "make releasetar" regardless of the OS.

Same as in tcpslice.
This commit is contained in:
Denis Ovsienko 2021-07-18 01:04:13 +01:00
parent 4adf2f462d
commit 166cdc3dfb

View File

@ -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