summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAndres Gomez <tanty@igalia.com>2020-03-26 23:00:15 +0200
committerMarge Bot <eric+marge@anholt.net>2020-03-27 13:48:17 +0000
commit05a3b49308606fbf8c30688ece3177ad6eb17515 (patch)
tree9398b1224447b684acbae304063f83ecd7573994 /.gitlab-ci.yml
parent4a8876b025b7c9aa3ec8283f31e10b835c165980 (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 <mdaenzer@redhat.com> Signed-off-by: Andres Gomez <agomez@igalia.com> Reviewed-by: Michel Dänzer <mdaenzer@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4238>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 75b2578b6c8..6a4cad8b40a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -140,7 +140,7 @@ x86_test-gl:
x86_test-vk:
extends: x86_build
variables:
- FDO_DISTRIBUTION_TAG: &x86_test-vk "2020-03-23"
+ FDO_DISTRIBUTION_TAG: &x86_test-vk "2020-03-25"
# Debian 9 based x86 build image (old LLVM)
x86_build_old: