summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@intel.com>2019-08-03 12:31:19 +0100
committerEric Engestrom <eric.engestrom@intel.com>2019-08-07 10:18:25 +0100
commit32ce01095114ae087a77f437513d2f0806973cbf (patch)
tree7434628b9310e6ceaaadc1edf9c2473deff272ec /.gitlab-ci
parent5b10ddf3589bdd6ef9cfc63a807ae91dc0e4095f (diff)
downloadmesa-32ce01095114ae087a77f437513d2f0806973cbf.tar.gz
gitlab-ci: don't install autotools deps
These could've been deleted a long time ago, but apparent we forgot. Signed-off-by: Eric Engestrom <eric.engestrom@intel.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/debian-install.sh12
1 files changed, 2 insertions, 10 deletions
diff --git a/.gitlab-ci/debian-install.sh b/.gitlab-ci/debian-install.sh
index 2acdaf438ee..8770e100ee0 100644
--- a/.gitlab-ci/debian-install.sh
+++ b/.gitlab-ci/debian-install.sh
@@ -72,17 +72,11 @@ apt-get install -y \
libgtk-3-dev \
python-mako \
python3-mako \
- meson \
- scons
-
-# autotools build deps
-apt-get install -y \
- automake \
- libtool \
bison \
flex \
gettext \
- make
+ meson \
+ scons
# Cross-build Mesa deps
for arch in $CROSS_ARCHITECTURES; do
@@ -215,9 +209,7 @@ apt-get install -y libxml2-utils
# Remove unused packages
apt-get purge -y \
- automake \
git \
- libtool \
curl \
unzip \
gnupg