Skip to content

Commit cb9826e

Browse files
committed
Dont install phar on already available versions
1 parent 452269c commit cb9826e

2 files changed

Lines changed: 1 addition & 8 deletions

File tree

Dockerfiles/mods/Dockerfile-5.3

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -300,11 +300,6 @@ RUN set -x \
300300
&& (rm -rf /usr/local/lib/php/test/phalcon || true) \
301301
&& (rm -rf /usr/local/lib/php/doc/phalcon || true) \
302302
\
303-
# ---- Installing PHP Extension: phar ----
304-
&& /usr/local/bin/docker-php-ext-install -j$(getconf _NPROCESSORS_ONLN) phar \
305-
&& (rm -rf /usr/local/lib/php/test/phar || true) \
306-
&& (rm -rf /usr/local/lib/php/doc/phar || true) \
307-
\
308303
# ---- Installing PHP Extension: pspell ----
309304
&& /usr/local/bin/docker-php-ext-install -j$(getconf _NPROCESSORS_ONLN) pspell \
310305
&& (rm -rf /usr/local/lib/php/test/pspell || true) \

build/ansible/group_vars/all.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,11 +1235,9 @@ extensions_available:
12351235
git_ref: $(git for-each-ref --format='%(*creatordate:raw)%(creatordate:raw) %(refname)' refs/tags | sort -n | sed 's/^.*tags\///g' | grep -E '^v[.0-9]+$' | tail -1)
12361236
command: cd build && ./install
12371237
phar:
1238-
already_avail: [5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4]
1238+
already_avail: [5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, 7.4]
12391239
5.2:
12401240
type: pecl
1241-
all:
1242-
type: builtin
12431241
build_dep: [libssl-dev]
12441242
posix:
12451243
already_avail: "{{ php_all_versions }}"

0 commit comments

Comments
 (0)