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:
252
252
253
253
script :
254
254
- cat $HOME/.php-build/share/php-build/default_configure_options
255
+ - export PKG_CONFIG_PATH="$HOME/.phpenv/versions/$VERSION/lib/pkgconfig:$PKG_CONFIG_PATH"
255
256
- ./bin/compile
256
257
- | # disable 3rd-party extension builds on master
257
258
if [[ ! $VERSION =~ ^master$ ]]; then
Original file line number Diff line number Diff line change 24
24
if [[ ! $VERSION =~ ^master$ ]] && [[ " $( printf " 7.4\n$VERSION " | sort -V | head -n1) " < " 7.4" ]]; then
25
25
echo " --with-sodium=$LIBSODIUM_INSTALL_DIR " >> $TRAVIS_BUILD_DIR /custom_configure_options
26
26
else
27
- echo " --with-libsodium= $LIBSODIUM_INSTALL_DIR " >> $TRAVIS_BUILD_DIR /custom_configure_options
27
+ echo " --with-sodium " >> $TRAVIS_BUILD_DIR /custom_configure_options
28
28
fi
Original file line number Diff line number Diff line change 41
41
if [[ " $( printf " 7.4\n$VERSION " | sort -V | head -n1) " < " 7.4" ]]; then
42
42
echo " --with-libzip=$LIBZIP_INSTALL_DIR " >> $TRAVIS_BUILD_DIR /custom_configure_options
43
43
else
44
- echo " --with-zip= $LIBZIP_INSTALL_DIR " >> $TRAVIS_BUILD_DIR /custom_configure_options
44
+ echo " --with-zip" >> $TRAVIS_BUILD_DIR /custom_configure_options
45
45
fi
You can’t perform that action at this time.
0 commit comments