mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 16:49:35 -05:00
Add IBM s390x arch for testing
I believe this is a big-endian platform, so it is nice to have for insurance
This commit is contained in:
parent
c50f9dd412
commit
1cb1e90f53
1 changed files with 11 additions and 1 deletions
12
.travis.yml
12
.travis.yml
|
|
@ -70,10 +70,20 @@ jobs:
|
|||
compiler: clang
|
||||
arch: ppc64le
|
||||
dist: bionic
|
||||
- os: linux
|
||||
name: GCC on Linux, s390x
|
||||
compiler: gcc
|
||||
arch: s390x
|
||||
dist: bionic
|
||||
- os: linux
|
||||
name: Clang on Linux, s390x
|
||||
compiler: clang
|
||||
arch: s390x
|
||||
dist: bionic
|
||||
|
||||
script:
|
||||
- |
|
||||
if [ "$TEST_UBSAN" = "yes" ]; then
|
||||
if [ "$TEST_UBSAN" = "yes" ]; then
|
||||
export CFLAGS="-DNDEBUG -g2 -O3 -fsanitize=undefined -fno-sanitize-recover"
|
||||
./configure
|
||||
elif [ "$TEST_ASAN" = "yes" ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue