[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
No known key found for this signature in database
GPG key ID: A4F5D403F118200A

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