X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=.gitlab-ci%2Fcontainer%2Fx86_build.sh;h=1c6fd1ba64196bd66b46eb5cdde5a4800b2653ac;hb=ddcee248adfc5bdd4af25eb81ed981f2ec64d109;hp=6346e12abaf0e8576e6041a93cb37420864a4ab3;hpb=dcbb189bbeed39ab03b65fa821dec91cbb999f84;p=mesa.git diff --git a/.gitlab-ci/container/x86_build.sh b/.gitlab-ci/container/x86_build.sh index 6346e12abaf..1c6fd1ba641 100644 --- a/.gitlab-ci/container/x86_build.sh +++ b/.gitlab-ci/container/x86_build.sh @@ -5,140 +5,35 @@ set -o xtrace export DEBIAN_FRONTEND=noninteractive -CROSS_ARCHITECTURES="i386 ppc64el s390x" -for arch in $CROSS_ARCHITECTURES; do - dpkg --add-architecture $arch -done - -apt-get install -y \ - ca-certificates \ - gnupg \ - unzip \ - wget - -# 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 - -# Don't use newer packages from testing by default -cat >/etc/apt/preferences <