Skip to content

Commit 088651a

Browse files
committed
Move jit removal logic for s390x to before_install
`default_configure_options.*` does not handle arch-specific logic.
1 parent fec5bee commit 088651a

File tree

3 files changed

+2
-96
lines changed

3 files changed

+2
-96
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ jobs:
119119
eval "$(phpenv init -)"
120120
fi
121121
fi
122+
- 'echo "--without-pcre-jit" >> $TRAVIS_BUILD_DIR/custom_configure_options'
122123
- arch: s390x
123124
dist: xenial
124125
group: edge
@@ -141,6 +142,7 @@ jobs:
141142
eval "$(phpenv init -)"
142143
fi
143144
fi
145+
- 'echo "--without-pcre-jit" >> $TRAVIS_BUILD_DIR/custom_configure_options'
144146
- arch: arm64
145147
dist: bionic
146148
language: minimal

default_configure_options.bionic-s390x

Lines changed: 0 additions & 48 deletions
This file was deleted.

default_configure_options.xenial-s390x

Lines changed: 0 additions & 48 deletions
This file was deleted.

0 commit comments

Comments
 (0)