mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-8.1' into PHP-8.2
* PHP-8.1: Migrate i386 to GitHub actions
This commit is contained in:
commit
b08901b63f
16 changed files with 209 additions and 206 deletions
|
@ -583,7 +583,7 @@ function main(): void
|
|||
$environment['SKIP_MSAN'] = 1;
|
||||
}
|
||||
|
||||
$lsanSuppressions = __DIR__ . '/azure/lsan-suppressions.txt';
|
||||
$lsanSuppressions = __DIR__ . '/.github/lsan-suppressions.txt';
|
||||
if (file_exists($lsanSuppressions)) {
|
||||
$environment['LSAN_OPTIONS'] = 'suppressions=' . $lsanSuppressions
|
||||
. ':print_suppressions=0';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue