Skip to content

Commit c958d5b

Browse files
committed
.cirrus.yml: upsize the freebsd instance
An attempt to speed up golangci-lint. Signed-off-by: Kir Kolyshkin <[email protected]>
1 parent f18c917 commit c958d5b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.cirrus.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,9 @@ freebsd_alt_build_task:
328328
ALT_NAME: 'FreeBSD Cross'
329329
freebsd_instance:
330330
image_family: freebsd-13-4
331+
# golangci-lint is a very, very hungry beast.
332+
cpu: 4
333+
memory: 8Gb
331334
setup_script:
332335
- pkg install -y gpgme bash go-md2man gmake gsed gnugrep go pkgconf zstd
333336
lint_script:

0 commit comments

Comments
 (0)