This commit is contained in:
Mamy André-Ratsimbazafy 2020-08-31 23:36:23 +02:00
parent 4a308c2148
commit a6e980c866
No known key found for this signature in database
GPG Key ID: 7B88AD1FE79492E1
1 changed files with 7 additions and 6 deletions

View File

@ -51,12 +51,13 @@ matrix:
- CHANNEL=devel - CHANNEL=devel
compiler: gcc compiler: gcc
- dist: bionic # "Unknown processor s390x"
arch: s390x # - dist: bionic
env: # arch: s390x
- ARCH=s390x # env:
- CHANNEL=devel # - ARCH=s390x
compiler: gcc # - CHANNEL=devel
# compiler: gcc
# On OSX we only test against clang (gcc is mapped to clang by default) # On OSX we only test against clang (gcc is mapped to clang by default)
- os: osx - os: osx