Move requirements into tests. (#35885)

This commit is contained in:
Matt Clay 2018-02-10 10:48:44 -08:00 committed by GitHub
commit e7b793c8c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
15 changed files with 58 additions and 26 deletions

View file

@ -14,16 +14,9 @@ if [ "${platform}" = "freebsd" ]; then
pkg install -y \
bash \
curl \
devel/ruby-gems \
git \
gtar \
mercurial \
python \
rsync \
ruby \
subversion \
sudo \
zip \
&& break
echo "Failed to install packages. Sleeping before trying again..."
sleep 10
@ -34,15 +27,10 @@ elif [ "${platform}" = "rhel" ]; then
while true; do
yum install -y \
gcc \
git \
mercurial \
python-devel \
python-jinja2 \
python-virtualenv \
python2-cryptography \
rubygems \
subversion \
unzip \
&& break
echo "Failed to install packages. Sleeping before trying again..."
sleep 10