Skip to content

Commit 805082d

Browse files
Merge #696: Run a Travis test on s390x (big endian)
3929536 Test travis s390x (big endian) (Pieter Wuille) Pull request description: ACKs for top commit: real-or-random: ACK 3929536 Travis works and says it's big endian Tree-SHA512: 939b98fe369e575e8bf56899a28cb5aafdb9ccfaaee3cb611027e053edc8220d2787c34359cd01508899b8b7e105c89853a4ab44c382252538c797d00c09345b
2 parents 6034a04 + 3929536 commit 805082d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ matrix:
8383
- valgrind
8484
- libtool-bin
8585
- 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
8690

8791
# We use this to install macOS dependencies instead of the built in `homebrew` plugin,
8892
# because in xcode earlier than 11 they have a bug requiring updating the system which overall takes ~8 minutes.

0 commit comments

Comments
 (0)