aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci
diff options
context:
space:
mode:
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