We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af476ad commit 0374187Copy full SHA for 0374187
1 file changed
.github/workflows/build-unix.yml
@@ -182,10 +182,6 @@ jobs:
182
if [ -n "$SHARED_EXTS" ]; then
183
ALL_EXTS="$ALL_EXTS,$SHARED_EXTS"
184
fi
185
- if [ "$BUILD_FRANKENPHP" = "true" ] && [ "$ENABLE_ZTS" != "true" ]; then
186
- echo "FrankenPHP build requires ZTS. Set enable-zts=true."
187
- exit 1
188
- fi
189
DOWN_CMD="$DOWN_CMD --with-php=${{ inputs.php-version }} --for-extensions=$ALL_EXTS --ignore-cache-sources=php-src"
190
BUILD_CMD="$BUILD_CMD $STATIC_EXTS"
191
0 commit comments