mirror of
https://github.com/php/php-src.git
synced 2025-08-16 14:08:47 +02:00
[skip ci] Add missing --no-progress flag to ARM build
This commit is contained in:
parent
c47c64e398
commit
12c30a8da3
1 changed files with 2 additions and 0 deletions
|
@ -204,6 +204,7 @@ arm_task:
|
||||||
-d opcache.jit=function
|
-d opcache.jit=function
|
||||||
-P -q -x -j2
|
-P -q -x -j2
|
||||||
-g FAIL,BORK,LEAK,XLEAK
|
-g FAIL,BORK,LEAK,XLEAK
|
||||||
|
--no-progress
|
||||||
--offline
|
--offline
|
||||||
--show-diff
|
--show-diff
|
||||||
--show-slow 1000
|
--show-slow 1000
|
||||||
|
@ -216,6 +217,7 @@ arm_task:
|
||||||
-d opcache.jit=tracing
|
-d opcache.jit=tracing
|
||||||
-P -q -x -j2
|
-P -q -x -j2
|
||||||
-g FAIL,BORK,LEAK,XLEAK
|
-g FAIL,BORK,LEAK,XLEAK
|
||||||
|
--no-progress
|
||||||
--offline
|
--offline
|
||||||
--show-diff
|
--show-diff
|
||||||
--show-slow 1000
|
--show-slow 1000
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue