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:
308
308
- touch custom_configure_options
309
309
- ./bin/install-libzip
310
310
- ./bin/install-libsodium
311
- - ./bin/install-password-argon2
312
311
- . ./bin/install-onig # sourced to export ONIG_LIBS
313
312
- 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
314
313
- |
@@ -318,6 +317,7 @@ install:
318
317
cp default_configure_options.$RELEASE $HOME/.php-build/share/php-build/default_configure_options
319
318
fi
320
319
- cat custom_configure_options >> $HOME/.php-build/share/php-build/default_configure_options
320
+ - ./bin/install-password-argon2
321
321
- |
322
322
if [[ $(lsb_release -cs) = "trusty" || $(lsb_release -cs) = "xenial" || $(lsb_release -cs) = "bionic" ]]; then
323
323
if [[ $HOSTTYPE == "powerpc64le" ]]; then
You can’t perform that action at this time.
0 commit comments