Skip to content

Commit

Permalink
s390x related changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SohamM-Ibm authored Nov 11, 2024
1 parent f466cea commit ea7ebac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ env:

install:
- cpanm --sudo --notest Test::Nginx IPC::Run3 > build.log 2>&1 || (cat build.log && exit 1)
- if [ "$TRAVIS_CPU_ARCH" != "s390x" ]; then
- |
if [ "$TRAVIS_CPU_ARCH" != "s390x" ]; then
if [ ! -f download-cache/pcre-$PCRE_VER.tar.gz ]; then wget -P download-cache https://downloads.sourceforge.net/project/pcre/pcre/${PCRE_VER}/pcre-${PCRE_VER}.tar.gz; fi
tar zxf download-cache/pcre-$PCRE_VER.tar.gz
cd pcre-$PCRE_VER/
Expand Down

0 comments on commit ea7ebac

Please sign in to comment.