mirror of
https://github.com/MariaDB/server.git
synced 2026-05-14 10:57:54 +02:00
MDEV-17496 aws plugin is no longer built for debian/ubuntu
ping is not a reliable way to detect github's availability
This commit is contained in:
parent
9bf8568c04
commit
4990b0e1ee
1 changed files with 1 additions and 1 deletions
2
debian/autobake-deb.sh
vendored
2
debian/autobake-deb.sh
vendored
|
|
@ -102,7 +102,7 @@ fi
|
|||
# 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
|
||||
# custom built plugin.
|
||||
if [[ $GCCVERSION -gt 40800 ]] && [[ ! $TRAVIS ]] && ping -c 1 github.com
|
||||
if [[ $GCCVERSION -gt 40800 ]] && [[ ! $TRAVIS ]] && wget --timeout 15 --tries 1 --quiet --output-document /dev/null https://github.com/
|
||||
then
|
||||
cat <<EOF >> debian/control
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue