Revert "Move requirements into tests. (#35197)"

This reverts commit 4f6017dc16.
This commit is contained in:
Matt Clay 2018-01-23 10:54:25 -08:00
commit 69132007c0
13 changed files with 26 additions and 54 deletions

View file

@ -14,9 +14,16 @@ 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
@ -27,10 +34,15 @@ 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