Module: Mesa Branch: master Commit: c251e2e66257a7023c8e07469bbdee3061d299a0 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c251e2e66257a7023c8e07469bbdee3061d299a0
Author: Eric Engestrom <[email protected]> Date: Sat Aug 3 23:35:02 2019 +0100 gitlab-ci: don't remove a package we don't install anymore Fixes: 85dace1c0b7c1839d121 ("gitlab-ci: remove software-properties-common") Signed-off-by: Eric Engestrom <[email protected]> Reviewed-by: Emil Velikov <[email protected]> --- .gitlab-ci/debian-install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci/debian-install.sh b/.gitlab-ci/debian-install.sh index 719d7830018..004dde8cabc 100644 --- a/.gitlab-ci/debian-install.sh +++ b/.gitlab-ci/debian-install.sh @@ -219,6 +219,5 @@ apt-get purge -y \ libtool \ curl \ unzip \ - gnupg \ - software-properties-common + gnupg apt-get autoremove -y --purge _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
