From: Michel Dänzer Date: Tue, 17 Mar 2020 08:34:51 +0000 (+0100) Subject: gitlab-ci: Don't use buster-backports packages by default for x86_build X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=32eecf58791ea3c5367e5ff4a542ae25fc3ce61d;p=mesa.git gitlab-ci: Don't use buster-backports packages by default for x86_build The backports repository can be temporarily inconsistent between architectures, which can break the docker image build. Tested-by: Marge Bot Part-of: --- diff --git a/.gitlab-ci/container/x86_build.sh b/.gitlab-ci/container/x86_build.sh index 641ef07f2dc..46623472d0c 100644 --- a/.gitlab-ci/container/x86_build.sh +++ b/.gitlab-ci/container/x86_build.sh @@ -24,14 +24,6 @@ sed -i -e 's/http:\/\/deb/https:\/\/deb/g' /etc/apt/sources.list echo 'deb https://deb.debian.org/debian buster-backports main' >/etc/apt/sources.list.d/backports.list apt-get update - -# Use newer packages from backports by default -cat >/etc/apt/preferences <