summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels Möller <nisse@lysator.liu.se>2021-08-23 20:12:51 +0200
committerNiels Möller <nisse@lysator.liu.se>2021-08-23 21:54:50 +0200
commitd4cd2965fd2be97fcf71f7880834e0dc983126c2 (patch)
treea34ce2c92742c94a1cb50067fc3d6ee80cb7b0ce
parent2dd31d2ca175df33c84d5ba342324d59d538ec21 (diff)
downloadnettle-d4cd2965fd2be97fcf71f7880834e0dc983126c2.tar.gz
gitlab-ci: Delete mips build
It's no longer a debian release arch, and not supported by the build images used for cross builds.
-rw-r--r--.gitlab-ci.yml4
1 files changed, 1 insertions, 3 deletions
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: