Skip to content

Commit 26e5e83

Browse files
authored
Remove jammy build on s390x
1 parent 0d8407e commit 26e5e83

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.travis.yml

-22
Original file line numberDiff line numberDiff line change
@@ -194,28 +194,6 @@ jobs:
194194
eval "$(phpenv init -)"
195195
fi
196196
fi
197-
- arch: s390x
198-
dist: jammy
199-
language: minimal
200-
env:
201-
- RELEASE=jammy
202-
name: jammy-s390x
203-
before_install:
204-
- sudo rm -rf /var/lib/apt/lists/lock /var/cache/apt/archives/lock /var/lib/dpkg/lock
205-
- sudo apt-get update
206-
- sudo apt-get -y -q=2 --no-install-recommends --no-install-suggests install libtidy-dev libxml2-dev libcurl4-openssl-dev libjpeg-dev libpng-dev libxpm-dev libmysqlclient-dev libpq-dev libicu-dev libfreetype6-dev libldap2-dev libxslt-dev libssl-dev libldb-dev libc-client-dev libkrb5-dev libsasl2-dev libmcrypt-dev expect re2c
207-
- |
208-
if ! command -v phpenv; then
209-
pushd $HOME
210-
curl -L http://git.io/phpenv-installer | bash
211-
popd
212-
export PHPENV_ROOT="/home/travis/.phpenv"
213-
if [ -d "${PHPENV_ROOT}" ]; then
214-
export PATH="${PHPENV_ROOT}/bin:${PATH}"
215-
eval "$(phpenv init -)"
216-
fi
217-
fi
218-
- 'echo "--without-pcre-jit" >> $TRAVIS_BUILD_DIR/custom_configure_options'
219197
- arch: s390x
220198
dist: focal
221199
language: minimal

0 commit comments

Comments
 (0)