Merge pull request #28797 from kolyshkin/stop-gap

.cirrus.yml: do not run golangci-lint for freebsd and mac
This commit is contained in:
Paul Holzinger
2026-05-27 12:43:52 +02:00
committed by GitHub

View File

@@ -297,8 +297,6 @@ osx_alt_build_task:
# This host is/was shared with potentially many other CI tasks.
# The previous task may have been canceled or aborted.
prep_script: &mac_cleanup "contrib/cirrus/mac_cleanup.sh"
lint_script:
- make golangci-lint
basic_build_script:
- make .install.ginkgo
- make podman-remote
@@ -338,17 +336,11 @@ freebsd_alt_build_task:
ALT_NAME: 'FreeBSD Cross'
freebsd_instance:
image_family: freebsd-14-3
# golangci-lint is a very, very hungry beast.
cpu: 4
memory: 8Gb
setup_script:
- pkg install -y gpgme bash go-md2man gmake gsed gnugrep go pkgconf zstd
- go version # Downloads a new go version based on go.mod's go directive.
golint_cache:
folder: ~/.cache/golangci-lint
fingerprint_script: *golangci_cache_fingerprint
lint_script:
- gmake golangci-lint
build_amd64_script:
- gmake podman-release
# This task cannot make use of the shared repo.tar.zst artifact and must