]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
gitlab-ci: Add cross tests for big-endian powerpc64.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 30 Jun 2020 09:30:28 +0000 (11:30 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 30 Jun 2020 11:56:11 +0000 (13:56 +0200)
.gitlab-ci.yml

index f0923eb6f092ae47e57e97e05fbb7a6655c51f3a..3fc70b1beff2c7dee71b2f49af531f48e6ead221 100644 (file)
@@ -142,6 +142,7 @@ Debian.cross.x86:
   - 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
+  - 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:
   - build=$(dpkg-architecture -qDEB_HOST_GNU_TYPE)
@@ -166,5 +167,7 @@ Debian.cross.mips-linux-gnu:
   <<: *Debian_cross_template
 Debian.cross.aarch64-linux-gnu:
   <<: *Debian_cross_template
+Debian.cross.powerpc64-linux-gnu:
+  <<: *Debian_cross_template
 Debian.cross.powerpc64le-linux-gnu:
   <<: *Debian_cross_template