Skip to content

Commit 1fb40b5

Browse files
committedNov 3, 2022
Disable CLI server pdeathsig test on 32-bit GitHub actions
1 parent f669a55 commit 1fb40b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎sapi/cli/tests/php_cli_server_pdeathsig.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ include "skipif.inc";
88
if (!(str_contains(PHP_OS, 'Linux') || str_contains(PHP_OS, 'FreeBSD'))) {
99
die('skip PDEATHSIG is only supported on Linux and FreeBSD');
1010
}
11+
// This fails on 32-bit GitHub actions (probably due to Docker rather than 32-bit)
12+
if (PHP_INT_SIZE != 8) die("skip 64-bit only");
1113
?>
1214
--FILE--
1315
<?php

0 commit comments

Comments
 (0)