From: Michel Dänzer Date: Sat, 30 May 2020 22:09:18 +0000 (+0200) Subject: gitlab-ci: Stop using packages from Debian testing X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b19c094dbafbaf60568a3fb01a05372fc6a9ae11;p=mesa.git gitlab-ci: Stop using packages from Debian testing Not needed anymore (for now?). Reviewed-by: Erik Faye-Lund Reviewed-by: Eric Anholt Part-of: --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f8c45fe4196..a0a6e4c4613 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -150,7 +150,7 @@ x86_build: x86_test-base: extends: x86_build variables: - FDO_DISTRIBUTION_TAG: &x86_test-base "2020-06-01" + FDO_DISTRIBUTION_TAG: &x86_test-base "2020-06-02" .use-x86_test-base: extends: @@ -167,13 +167,13 @@ x86_test-base: x86_test-gl: extends: .use-x86_test-base variables: - FDO_DISTRIBUTION_TAG: &x86_test-gl "2020-06-01" + FDO_DISTRIBUTION_TAG: &x86_test-gl "2020-06-02" # Debian 10 based x86 test image for VK x86_test-vk: extends: .use-x86_test-base variables: - FDO_DISTRIBUTION_TAG: &x86_test-vk "2020-06-01" + FDO_DISTRIBUTION_TAG: &x86_test-vk "2020-06-02" # Debian 9 based x86 build image (old LLVM) x86_build_old: diff --git a/.gitlab-ci/container/x86_build.sh b/.gitlab-ci/container/x86_build.sh index 253948bc2d8..c6ca639af05 100644 --- a/.gitlab-ci/container/x86_build.sh +++ b/.gitlab-ci/container/x86_build.sh @@ -22,19 +22,9 @@ echo "deb https://apt.llvm.org/buster/ llvm-toolchain-buster-9 main" >/etc/apt/s 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 -# Don't use newer packages from testing by default -cat >/etc/apt/preferences </etc/apt/s 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 - -# Don't use newer packages from testing by default -cat >/etc/apt/preferences <