We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214cb3c commit 3929536Copy full SHA for 3929536
.travis.yml
@@ -83,6 +83,10 @@ matrix:
83
- valgrind
84
- libtool-bin
85
- libc6-dbg:i386
86
+ # S390x build (big endian system)
87
+ - compiler: gcc
88
+ env: HOST=s390x-unknown-linux-gnu ECDH=yes RECOVERY=yes EXPERIMENTAL=yes CTIMETEST=
89
+ arch: s390x
90
91
# We use this to install macOS dependencies instead of the built in `homebrew` plugin,
92
# because in xcode earlier than 11 they have a bug requiring updating the system which overall takes ~8 minutes.
0 commit comments