Mesa (master): gitlab-ci: Remove unused Debian packages from Docker image

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Apr 16 09:29:52 UTC 2019


Module: Mesa
Branch: master
Commit: 979df83940b9e992b835e4a54505db2ba6a8d539
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=979df83940b9e992b835e4a54505db2ba6a8d539

Author: Michel Dänzer <michel.daenzer at amd.com>
Date:   Wed Apr  3 15:48:51 2019 +0200

gitlab-ci: Remove unused Debian packages from Docker image

v2:
* Also remove autotools, now that the Mesa autotools build system has
  been dropped.

Reviewed-by: Eric Engestrom <eric.engestrom at intel.com> # v1

---

 .gitlab-ci/debian-install.sh | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/.gitlab-ci/debian-install.sh b/.gitlab-ci/debian-install.sh
index bd8348d9b72..d2e1f1e687d 100644
--- a/.gitlab-ci/debian-install.sh
+++ b/.gitlab-ci/debian-install.sh
@@ -150,3 +150,14 @@ apt-get install -y ccache
 
 # We need xmllint to validate the XML files in Mesa
 apt-get install -y libxml2-utils
+
+# Remove unused packages
+apt-get purge -y \
+      automake \
+      libtool \
+      make \
+      curl \
+      wget \
+      gnupg \
+      software-properties-common
+apt-get autoremove -y --purge




More information about the mesa-commit mailing list