Skip to content

Commit 4181ea2

Browse files
committed
* fixes FreeBSD 10
1 parent 8878981 commit 4181ea2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-freebsd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ jobs:
154154
-P -v -j2 \
155155
-g FAIL,BORK,LEAK,XLEAK \
156156
--offline \
157+
--no-progress \
157158
--show-diff \
158159
--show-slow 4000 \
159160
--set-timeout 120 \
@@ -164,6 +165,7 @@ jobs:
164165
-P -v -j2 \
165166
-g FAIL,BORK,LEAK,XLEAK \
166167
--offline \
168+
--no-progress \
167169
--show-diff \
168170
--show-slow 4000 \
169171
--set-timeout 120 \
@@ -176,6 +178,7 @@ jobs:
176178
-P -v -j2 \
177179
-g FAIL,BORK,LEAK,XLEAK \
178180
--offline \
181+
--no-progress \
179182
--show-diff \
180183
--show-slow 4000 \
181184
--set-timeout 120 \
@@ -190,6 +193,7 @@ jobs:
190193
-P -v -j2 \
191194
-g FAIL,BORK,LEAK,XLEAK \
192195
--offline \
196+
--no-progress \
193197
--show-diff \
194198
--show-slow 4000 \
195199
--set-timeout 120 \

0 commit comments

Comments
 (0)