From a01230e73ae70a7e8a1b8af673a5ffaa1e183a53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Wed, 11 Sep 2019 18:35:08 +0200 Subject: gitlab-ci: Use newer packages from backports by default This is needed in particular to get a recent enough version of meson in the stretch image, but should be generally beneficial. Acked-by: Eric Engestrom --- .gitlab-ci/debian-install.sh | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to '.gitlab-ci/debian-install.sh') diff --git a/.gitlab-ci/debian-install.sh b/.gitlab-ci/debian-install.sh index e77ae132772..5c947b0d042 100644 --- a/.gitlab-ci/debian-install.sh +++ b/.gitlab-ci/debian-install.sh @@ -20,6 +20,15 @@ echo 'deb https://deb.debian.org/debian buster-backports main' >/etc/apt/sources apt-get update +# Use newer packages from backports by default +cat >/etc/apt/preferences <