Skip to content

Commit c483e85

Browse files
committed
Specify opcache.preload_user
1 parent 800927f commit c483e85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cirrus.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ task:
2525
- export SKIP_IO_CAPTURE_TESTS=1
2626
- export CI_NO_IPV6=1
2727
- rm -rf junit.xml | true
28-
- sapi/cli/php run-tests.php -P -q -g FAIL,XFAIL,BORK,WARN,LEAK,XLEAK,SKIP --offline --show-diff --show-slow 1000 --set-timeout 120 -d zend_extension=opcache.so -d opcache.enable_cli=1 -d opcache.protect_memory=1
28+
# Specify opcache.preload_user as we're running as root.
29+
- sapi/cli/php run-tests.php -P -q -g FAIL,XFAIL,BORK,WARN,LEAK,XLEAK,SKIP --offline --show-diff --show-slow 1000 --set-timeout 120 -d zend_extension=opcache.so -d opcache.enable_cli=1 -d opcache.protect_memory=1 -d opcache.preload_user=root

0 commit comments

Comments
 (0)