File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -252,6 +252,7 @@ before_script:
252252
253253script :
254254 - cat $HOME/.php-build/share/php-build/default_configure_options
255+ - export PKG_CONFIG_PATH="$HOME/.phpenv/versions/$VERSION/lib/pkgconfig:$PKG_CONFIG_PATH"
255256 - ./bin/compile
256257 - | # disable 3rd-party extension builds on master
257258 if [[ ! $VERSION =~ ^master$ ]]; then
Original file line number Diff line number Diff line change 2424if [[ ! $VERSION =~ ^master$ ]] && [[ " $( printf " 7.4\n$VERSION " | sort -V | head -n1) " < " 7.4" ]]; then
2525 echo " --with-sodium=$LIBSODIUM_INSTALL_DIR " >> $TRAVIS_BUILD_DIR /custom_configure_options
2626else
27- echo " --with-libsodium= $LIBSODIUM_INSTALL_DIR " >> $TRAVIS_BUILD_DIR /custom_configure_options
27+ echo " --with-sodium " >> $TRAVIS_BUILD_DIR /custom_configure_options
2828fi
Original file line number Diff line number Diff line change 4141if [[ " $( printf " 7.4\n$VERSION " | sort -V | head -n1) " < " 7.4" ]]; then
4242 echo " --with-libzip=$LIBZIP_INSTALL_DIR " >> $TRAVIS_BUILD_DIR /custom_configure_options
4343else
44- echo " --with-zip= $LIBZIP_INSTALL_DIR " >> $TRAVIS_BUILD_DIR /custom_configure_options
44+ echo " --with-zip" >> $TRAVIS_BUILD_DIR /custom_configure_options
4545fi
You can’t perform that action at this time.
0 commit comments