]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
gitlab-ci: Delete mips build
authorNiels Möller <nisse@lysator.liu.se>
Mon, 23 Aug 2021 18:12:51 +0000 (20:12 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Mon, 23 Aug 2021 19:54:50 +0000 (21:54 +0200)
It's no longer a debian release arch, and not supported by the build
images used for cross builds.

.gitlab-ci.yml

index 191051614201c69a2e44bd410018be563f39c747..05af518d7a474ed3f5ea98e7ee7e5f0abf1ac9ea 100644 (file)
@@ -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: