Skip to content

Commit 80e4eab

Browse files
committed
Enable STACK_LIMIT_DEFAULTS_CHECK in CI
1 parent e2f97eb commit 80e4eab

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

.appveyor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ environment:
2828
#PDO_MYSQL_TEST_PASS: Password12!
2929
#PGSQL_TEST_CONNSTR: "host=127.0.0.1 dbname=test port=5432 user=postgres password=Password12!"
3030
#PDO_PGSQL_TEST_DSN: "pgsql:host=127.0.0.1 port=5432 dbname=test user=postgres password=Password12!"
31+
STACK_LIMIT_DEFAULTS_CHECK: 1
3132
#build permutations
3233
matrix:
3334
- THREAD_SAFE: 0

.cirrus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,4 +201,5 @@ freebsd_task:
201201
tests_script:
202202
- export SKIP_IO_CAPTURE_TESTS=1
203203
- export CI_NO_IPV6=1
204+
- export STACK_LIMIT_DEFAULTS_CHECK=1
204205
- sapi/cli/php run-tests.php -P -q -j2 -g FAIL,BORK,LEAK,XLEAK --no-progress --offline --show-diff --show-slow 1000 --set-timeout 120 -d zend_extension=opcache.so

.github/actions/test-linux/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ runs:
3030
export PDO_OCI_TEST_DSN="oci:dbname=localhost/XEPDB1;charset=AL32UTF8"
3131
export SKIP_IO_CAPTURE_TESTS=1
3232
export TEST_PHP_JUNIT=junit.out.xml
33+
export STACK_LIMIT_DEFAULTS_CHECK=1
3334
sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
3435
-j$(/usr/bin/nproc) \
3536
-g FAIL,BORK,LEAK,XLEAK \

.github/actions/test-macos/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ runs:
1515
export SKIP_IO_CAPTURE_TESTS=1
1616
export CI_NO_IPV6=1
1717
export TEST_PHP_JUNIT=junit.out.xml
18+
export STACK_LIMIT_DEFAULTS_CHECK=1
1819
sapi/cli/php run-tests.php -P -q ${{ inputs.runTestsParameters }} \
1920
-j$(sysctl -n hw.ncpu) \
2021
-g FAIL,BORK,LEAK,XLEAK \

0 commit comments

Comments
 (0)