File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -308,7 +308,6 @@ install:
308308- touch custom_configure_options
309309- ./bin/install-libzip
310310- ./bin/install-libsodium
311- - ./bin/install-password-argon2
312311- . ./bin/install-onig # sourced to export ONIG_LIBS
313312- MINOR_VERSION=`echo $VERSION | sed -E 's/^([0-9]+\.[0-9]+).*$/\1/'` # Rewrites 7.2, 7.2snapshot, 7.2.13 => '7.2'. Leaves 'master' as-is
314313- |
@@ -318,6 +317,7 @@ install:
318317 cp default_configure_options.$RELEASE $HOME/.php-build/share/php-build/default_configure_options
319318 fi
320319 - cat custom_configure_options >> $HOME/.php-build/share/php-build/default_configure_options
320+ - ./bin/install-password-argon2
321321- |
322322 if [[ $(lsb_release -cs) = "trusty" || $(lsb_release -cs) = "xenial" || $(lsb_release -cs) = "bionic" ]]; then
323323 if [[ $HOSTTYPE == "powerpc64le" ]]; then
You can’t perform that action at this time.
0 commit comments