.Debian.cross.template: &Debian_cross_template
image: $CI_REGISTRY/$BUILD_IMAGES_PROJECT:$DEBIAN_CROSS_BUILD
before_script:
+ - host="${CI_JOB_NAME#*.cross.}"
+ - dpkg --add-architecture ppc64el
+ - apt-get update -q
# remove any previously installed nettle headers to avoid conflicts
- - for arch in armhf mips arm64;do apt-get remove -y nettle-dev:$arch;done
+ - for arch in armhf mips arm64 ppc64el;do apt-get remove -y nettle-dev:$arch;done
+ - 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)
- host="${CI_JOB_NAME#*.cross.}"
<<: *Debian_cross_template
Debian.cross.aarch64-linux-gnu:
<<: *Debian_cross_template
+Debian.cross.powerpc64le-linux-gnu:
+ <<: *Debian_cross_template
+2020-06-29 Niels Möller <nisse@lysator.liu.se>
+
+ * .gitlab-ci.yml: Add cross tests for powerpc64le, based on patch
+ by Maamoun TK.
+
2020-06-25 Niels Möller <nisse@lysator.liu.se>
* x86_64/chacha-core-internal.asm (QROUND): Fix use of macro