Test travis s390x (big endian)

This commit is contained in:
Pieter Wuille 2020-07-28 17:41:07 -07:00 committed by Tim Ruffing
parent 214cb3c321
commit 39295362cf

View File

@ -83,6 +83,10 @@ matrix:
- valgrind - valgrind
- libtool-bin - libtool-bin
- libc6-dbg:i386 - libc6-dbg:i386
# S390x build (big endian system)
- compiler: gcc
env: HOST=s390x-unknown-linux-gnu ECDH=yes RECOVERY=yes EXPERIMENTAL=yes CTIMETEST=
arch: s390x
# We use this to install macOS dependencies instead of the built in `homebrew` plugin, # We use this to install macOS dependencies instead of the built in `homebrew` plugin,
# because in xcode earlier than 11 they have a bug requiring updating the system which overall takes ~8 minutes. # because in xcode earlier than 11 they have a bug requiring updating the system which overall takes ~8 minutes.