X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=.gitlab-ci%2Fcontainer%2Fx86_test-gl.sh;h=41816bb99b6c2cfd8a4c5b7be3d4bcb6edf465fc;hb=2a4c361b069bb84facc7e6b8ae19908505c12850;hp=6a0a78183e01fc729259df022ca1295d699ef62a;hpb=803ab5d6be6bc63e3eae827d7297e0cd98cc61dd;p=mesa.git diff --git a/.gitlab-ci/container/x86_test-gl.sh b/.gitlab-ci/container/x86_test-gl.sh index 6a0a78183e0..41816bb99b6 100644 --- a/.gitlab-ci/container/x86_test-gl.sh +++ b/.gitlab-ci/container/x86_test-gl.sh @@ -6,23 +6,23 @@ set -o xtrace export DEBIAN_FRONTEND=noninteractive apt-get install -y \ - ca-certificates \ - gnupg \ + ca-certificates \ + gnupg # Upstream LLVM package repository apt-key add .gitlab-ci/container/llvm-snapshot.gpg.key echo "deb https://apt.llvm.org/buster/ llvm-toolchain-buster-9 main" >/etc/apt/sources.list.d/llvm9.list 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 +echo 'deb https://deb.debian.org/debian testing main' >/etc/apt/sources.list.d/testing.list apt-get update -# Use newer packages from backports by default +# Don't use newer packages from testing by default cat >/etc/apt/preferences <