Skip to content

Commit ba7f233

Browse files
committed
Run only in ZTS builds
1 parent a8f44cf commit ba7f233

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/freebsd/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,6 @@ runs:
112112
-d zend_extension=opcache.so
113113
114114
export TLSC=$(pwd)/ext/opcache/jit/tls/zend_jit_tls_x86_64.c
115-
./ext/opcache/jit/tls/testing/test.sh
115+
if sapi/cli/php -r 'exit(!PHP_ZTS);'; then
116+
./ext/opcache/jit/tls/testing/test.sh
117+
fi

0 commit comments

Comments
 (0)