Skip to content

Commit 5b86f2c

Browse files
committed
ci: fix build-static.sh CS
1 parent fd6cc71 commit 5b86f2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-static.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if [ -z "${PHP_EXTENSIONS}" ]; then
4040
cd "${EMBED}"
4141
# read the composer.json file and extract the required PHP extensions
4242
# remove internal extensions from the list: https://github.com/crazywhalecc/static-php-cli/blob/4b16631d45a57370b4747df15c8f105130e96d03/src/globals/defines.php#L26-L34
43-
PHP_EXTENSIONS="$(composer check-platform-reqs --no-dev 2>/dev/null | grep ^ext | sed -e 's/^ext-core//' -e 's/^ext-hash//' -e 's/^ext-json//' -e 's/^ext-pcre//' -e 's/^ext-reflection//' -e 's/^ext-spl//' -e 's/^ext-standard//' -e 's/^ext-//' -e 's/ .*//' | xargs | tr ' ' ',')"
43+
PHP_EXTENSIONS="$(composer check-platform-reqs --no-dev 2>/dev/null | grep ^ext | sed -e 's/^ext-core//' -e 's/^ext-hash//' -e 's/^ext-json//' -e 's/^ext-pcre//' -e 's/^ext-reflection//' -e 's/^ext-spl//' -e 's/^ext-standard//' -e 's/^ext-//' -e 's/ .*//' | xargs | tr ' ' ',')"
4444
export PHP_EXTENSIONS
4545
cd -
4646
else

0 commit comments

Comments
 (0)