mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Reenable s390x on travis
Only enable it for cron builds. We don't need to run exotic architectures on every commit and PR. Closes GH-6076.
This commit is contained in:
parent
2ee2335249
commit
edc8dec675
1 changed files with 3 additions and 2 deletions
|
@ -74,8 +74,9 @@ jobs:
|
|||
arch: amd64
|
||||
- env: ENABLE_ZTS=1 ENABLE_DEBUG=1 SKIP_IO_CAPTURE_TESTS=1 ARM64=1
|
||||
arch: arm64
|
||||
#- env: ENABLE_ZTS=1 ENABLE_DEBUG=1 SKIP_IO_CAPTURE_TESTS=1 S390X=1
|
||||
# arch: s390x
|
||||
- env: ENABLE_ZTS=1 ENABLE_DEBUG=1 SKIP_IO_CAPTURE_TESTS=1 S390X=1
|
||||
arch: s390x
|
||||
if: type = cron
|
||||
|
||||
before_script:
|
||||
- ccache --version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue