Skip to content

Commit b062fe9

Browse files
Also remove "update.sh" bits for ARGON2 hack removal
1 parent 6428431 commit b062fe9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

update.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,8 @@ for version in "${versions[@]}"; do
162162
fi
163163
if [ "$majorVersion" = '7' -a "$minorVersion" -lt '4' ]; then
164164
# oniguruma is part of mbstring in php 7.4+
165-
# ARGON2 is a hack only required for alpha1: https://github.com/docker-library/php/pull/840#pullrequestreview-249660894
166165
sed -ri \
167166
-e '/oniguruma-dev|libonig-dev/d' \
168-
-e '/ARGON2/d' \
169167
"$version/$suite/$variant/Dockerfile"
170168
else
171169
# 7.4 and above no longer include pecl/pear: https://github.com/php/php-src/pull/3781

0 commit comments

Comments
 (0)