diff options
author | Andres Gomez <[email protected]> | 2020-03-26 23:00:15 +0200 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-27 13:48:17 +0000 |
commit | 05a3b49308606fbf8c30688ece3177ad6eb17515 (patch) | |
tree | 9398b1224447b684acbae304063f83ecd7573994 /.gitlab-ci/container | |
parent | 4a8876b025b7c9aa3ec8283f31e10b835c165980 (diff) |
gitlab-ci: Don't use buster-backports packages by default for x86_test-vk
The backports repository can be temporarily inconsistent between
architectures, which can break the docker image build.
Suggested-by: Michel Dänzer <[email protected]>
Signed-off-by: Andres Gomez <[email protected]>
Reviewed-by: Michel Dänzer <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4238>
Diffstat (limited to '.gitlab-ci/container')
-rw-r--r-- | .gitlab-ci/container/x86_test-vk.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/.gitlab-ci/container/x86_test-vk.sh b/.gitlab-ci/container/x86_test-vk.sh index 80652420b5f..250affa0044 100644 --- a/.gitlab-ci/container/x86_test-vk.sh +++ b/.gitlab-ci/container/x86_test-vk.sh @@ -18,13 +18,6 @@ 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 <<EOF -Package: * -Pin: release a=buster-backports -Pin-Priority: 500 -EOF - apt-get dist-upgrade -y apt-get install -y --no-remove \ |