File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ language: php
33jobs :
44 include :
55 - dist : jammy
6- group : stable
6+ group : minimal
77 env :
88 - RELEASE=jammy
99 name : jammy
2626 eval "$(phpenv init -)"
2727 fi
2828 fi
29- # test
3029 - dist : focal
3130 language : minimal
3231 group : stable
@@ -428,7 +427,7 @@ script:
428427 - echo "--enable-option-checking=fatal" >> $HOME/.php-build/share/php-build/default_configure_options
429428 - cat $HOME/.php-build/share/php-build/default_configure_options
430429 - export PKG_CONFIG_PATH="$HOME/.phpenv/versions/$VERSION/lib/pkgconfig:$PKG_CONFIG_PATH"
431- - ./bin/compile
430+ - sudo ./bin/compile
432431 - | # disable 3rd-party extension builds on master
433432 if [[ $VERSION =~ ^7.3.* ]]; then
434433 (yes '' | ./bin/compile-extension-redis) &&
You can’t perform that action at this time.
0 commit comments