1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

[skip ci] Add missing --no-progress flag to ARM build

This commit is contained in:
Ilija Tovilo
2023-05-11 12:46:54 +02:00
parent c47c64e398
commit 12c30a8da3

View File

@@ -204,6 +204,7 @@ arm_task:
-d opcache.jit=function
-P -q -x -j2
-g FAIL,BORK,LEAK,XLEAK
--no-progress
--offline
--show-diff
--show-slow 1000
@@ -216,6 +217,7 @@ arm_task:
-d opcache.jit=tracing
-P -q -x -j2
-g FAIL,BORK,LEAK,XLEAK
--no-progress
--offline
--show-diff
--show-slow 1000