From 12c30a8da35e44362cb5fedfd43651caed5a4daa Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Thu, 11 May 2023 12:46:54 +0200 Subject: [PATCH] [skip ci] Add missing --no-progress flag to ARM build --- .cirrus.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.cirrus.yml b/.cirrus.yml index c03086509cd..b25d29a870f 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -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