From: Niels Möller Date: Mon, 23 Aug 2021 18:12:51 +0000 (+0200) Subject: gitlab-ci: Delete mips build X-Git-Tag: nettle_3.8_release_20220602~106 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d4cd2965fd2be97fcf71f7880834e0dc983126c2;p=thirdparty%2Fnettle.git gitlab-ci: Delete mips build It's no longer a debian release arch, and not supported by the build images used for cross builds. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 19105161..05af518d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -142,7 +142,7 @@ Debian.cross.x86: - dpkg --add-architecture ppc64el - apt-get update -q # remove any previously installed nettle headers to avoid conflicts - - for arch in armhf mips arm64 ppc64el;do apt-get remove -y nettle-dev:$arch;done + - for arch in armhf arm64 ppc64el;do apt-get remove -y nettle-dev:$arch;done - if [ "$host" == "powerpc64-linux-gnu" ];then apt-get update && apt-get install -y gcc-$host g++-$host && export QEMU_LD_PREFIX=/usr/$host;fi - if [ "$host" == "powerpc64le-linux-gnu" ];then apt-get update && apt-get install -y gcc-$host g++-$host && export QEMU_LD_PREFIX=/usr/$host;fi script: @@ -165,8 +165,6 @@ Debian.cross.x86: - tags Debian.cross.arm-linux-gnueabihf: <<: *Debian_cross_template -Debian.cross.mips-linux-gnu: - <<: *Debian_cross_template Debian.cross.aarch64-linux-gnu: <<: *Debian_cross_template Debian.cross.powerpc64-linux-gnu: