Skip to content

Commit 0374187

Browse files
committed
Remove Frankenphp zts error msg
already handled in BuilderBase
1 parent af476ad commit 0374187

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/build-unix.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -182,10 +182,6 @@ jobs:
182182
if [ -n "$SHARED_EXTS" ]; then
183183
ALL_EXTS="$ALL_EXTS,$SHARED_EXTS"
184184
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
189185
DOWN_CMD="$DOWN_CMD --with-php=${{ inputs.php-version }} --for-extensions=$ALL_EXTS --ignore-cache-sources=php-src"
190186
BUILD_CMD="$BUILD_CMD $STATIC_EXTS"
191187
if [ -n "$SHARED_EXTS" ]; then

0 commit comments

Comments
 (0)