mirror of
https://github.com/containers/podman.git
synced 2026-07-09 14:54:59 -04:00
Merge pull request #28797 from kolyshkin/stop-gap
.cirrus.yml: do not run golangci-lint for freebsd and mac
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user