Commit 812bb130 authored by Sergei Golubchik's avatar Sergei Golubchik

(still) Packaging is broken for debian-based systems

fix the AWS SDK build eligibility checks.

followup for 779151db
parent 97181d84
...@@ -102,7 +102,7 @@ fi ...@@ -102,7 +102,7 @@ fi
# AWS SDK also requires the build machine to have network access and git, so # AWS SDK also requires the build machine to have network access and git, so
# it cannot be part of the base version included in Linux distros, but a pure # it cannot be part of the base version included in Linux distros, but a pure
# custom built plugin. # custom built plugin.
if [[ $GCCVERSION -gt 40800 ]] && [[ ! $TRAVIS ]] && [[ -x "$(command -v git)" ]] && $(timeout 3s bash -c 'cat </dev/tcp/github.com/22') if [[ $GCCVERSION -gt 40800 ]] && [[ ! $TRAVIS ]] && [[ -x "$(command -v git)" ]] && timeout 3s bash -c 'sed -n q </dev/tcp/github.com/22'
then then
cat <<EOF >> debian/control cat <<EOF >> debian/control
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment