diff options
author | Eric Engestrom <[email protected]> | 2019-08-03 12:31:19 +0100 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2019-08-07 10:18:25 +0100 |
commit | 32ce01095114ae087a77f437513d2f0806973cbf (patch) | |
tree | 7434628b9310e6ceaaadc1edf9c2473deff272ec /.gitlab-ci/debian-install.sh | |
parent | 5b10ddf3589bdd6ef9cfc63a807ae91dc0e4095f (diff) |
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 <[email protected]>
Reviewed-by: Michel Dänzer <[email protected]>
Diffstat (limited to '.gitlab-ci/debian-install.sh')
-rw-r--r-- | .gitlab-ci/debian-install.sh | 12 |
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 |