Test AIX with smaller volumes.

This commit is contained in:
Matt Clay 2020-02-09 11:17:33 -08:00
parent 959ddf2589
commit 1110e9d80d

View file

@ -80,10 +80,10 @@ elif [ "${platform}" = "osx" ]; then
done
elif [ "${platform}" = "aix" ]; then
chfs -a size=1G /
chfs -a size=5G /usr
chfs -a size=4G /usr
chfs -a size=1G /var
chfs -a size=1G /tmp
chfs -a size=5G /opt
chfs -a size=2G /opt
while true; do
yum install -q -y \
gcc \