Skip to content

Commit b381c53

Browse files
authored
Merge pull request #870 from infosiftr/s390x
Update s390x test to the proper dpkg-architecture value
2 parents 74d5867 + 7eb1b84 commit b381c53

File tree

22 files changed

+22
-22
lines changed

22 files changed

+22
-22
lines changed

7.1/alpine3.10/cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ RUN set -eux; \
139139
\
140140
# bundled pcre does not support JIT on s390x
141141
# https://manpages.debian.org/stretch/libpcre3-dev/pcrejit.3.en.html#AVAILABILITY_OF_JIT_SUPPORT
142-
$(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') \
142+
$(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') \
143143
\
144144
${PHP_EXTRA_CONFIGURE_ARGS:-} \
145145
; \

7.1/alpine3.10/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ RUN set -eux; \
140140
\
141141
# bundled pcre does not support JIT on s390x
142142
# https://manpages.debian.org/stretch/libpcre3-dev/pcrejit.3.en.html#AVAILABILITY_OF_JIT_SUPPORT
143-
$(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') \
143+
$(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') \
144144
\
145145
${PHP_EXTRA_CONFIGURE_ARGS:-} \
146146
; \

7.1/alpine3.10/zts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ RUN set -eux; \
140140
\
141141
# bundled pcre does not support JIT on s390x
142142
# https://manpages.debian.org/stretch/libpcre3-dev/pcrejit.3.en.html#AVAILABILITY_OF_JIT_SUPPORT
143-
$(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') \
143+
$(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') \
144144
\
145145
${PHP_EXTRA_CONFIGURE_ARGS:-} \
146146
; \

7.1/alpine3.9/cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ RUN set -eux; \
139139
\
140140
# bundled pcre does not support JIT on s390x
141141
# https://manpages.debian.org/stretch/libpcre3-dev/pcrejit.3.en.html#AVAILABILITY_OF_JIT_SUPPORT
142-
$(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') \
142+
$(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') \
143143
\
144144
${PHP_EXTRA_CONFIGURE_ARGS:-} \
145145
; \

7.1/alpine3.9/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ RUN set -eux; \
140140
\
141141
# bundled pcre does not support JIT on s390x
142142
# https://manpages.debian.org/stretch/libpcre3-dev/pcrejit.3.en.html#AVAILABILITY_OF_JIT_SUPPORT
143-
$(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') \
143+
$(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') \
144144
\
145145
${PHP_EXTRA_CONFIGURE_ARGS:-} \
146146
; \

7.1/alpine3.9/zts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ RUN set -eux; \
140140
\
141141
# bundled pcre does not support JIT on s390x
142142
# https://manpages.debian.org/stretch/libpcre3-dev/pcrejit.3.en.html#AVAILABILITY_OF_JIT_SUPPORT
143-
$(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') \
143+
$(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') \
144144
\
145145
${PHP_EXTRA_CONFIGURE_ARGS:-} \
146146
; \

7.2/alpine3.10/cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ RUN set -eux; \
145145
\
146146
# bundled pcre does not support JIT on s390x
147147
# https://manpages.debian.org/stretch/libpcre3-dev/pcrejit.3.en.html#AVAILABILITY_OF_JIT_SUPPORT
148-
$(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') \
148+
$(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') \
149149
\
150150
${PHP_EXTRA_CONFIGURE_ARGS:-} \
151151
; \

7.2/alpine3.10/fpm/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ RUN set -eux; \
146146
\
147147
# bundled pcre does not support JIT on s390x
148148
# https://manpages.debian.org/stretch/libpcre3-dev/pcrejit.3.en.html#AVAILABILITY_OF_JIT_SUPPORT
149-
$(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') \
149+
$(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') \
150150
\
151151
${PHP_EXTRA_CONFIGURE_ARGS:-} \
152152
; \

7.2/alpine3.10/zts/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ RUN set -eux; \
146146
\
147147
# bundled pcre does not support JIT on s390x
148148
# https://manpages.debian.org/stretch/libpcre3-dev/pcrejit.3.en.html#AVAILABILITY_OF_JIT_SUPPORT
149-
$(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') \
149+
$(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') \
150150
\
151151
${PHP_EXTRA_CONFIGURE_ARGS:-} \
152152
; \

7.2/alpine3.9/cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ RUN set -eux; \
145145
\
146146
# bundled pcre does not support JIT on s390x
147147
# https://manpages.debian.org/stretch/libpcre3-dev/pcrejit.3.en.html#AVAILABILITY_OF_JIT_SUPPORT
148-
$(test "$gnuArch" = 's390x-linux-gnu' && echo '--without-pcre-jit') \
148+
$(test "$gnuArch" = 's390x-linux-musl' && echo '--without-pcre-jit') \
149149
\
150150
${PHP_EXTRA_CONFIGURE_ARGS:-} \
151151
; \

0 commit comments

Comments
 (0)