chore: Remove all CircleCI caching (#14494)
This commit is contained in:
parent
35145b4fca
commit
5b9fe9e633
|
|
@ -156,17 +156,9 @@ jobs:
|
|||
- checkout
|
||||
- check-changed-files-or-halt
|
||||
- run: 'sh ./scripts/installgo_mac.sh'
|
||||
- restore_cache:
|
||||
keys:
|
||||
- go-v4-macos-{{ checksum "go.sum" }}
|
||||
- test-go:
|
||||
os: darwin
|
||||
arch: arm64
|
||||
- save_cache:
|
||||
key: go-v4-macos-{{ checksum "go.sum" }}
|
||||
paths:
|
||||
- "~/go/pkg/mod"
|
||||
- "~/Library/Caches/go-build"
|
||||
test-go-windows:
|
||||
executor:
|
||||
name: win/default
|
||||
|
|
@ -179,17 +171,9 @@ jobs:
|
|||
- run: choco feature enable -n allowGlobalConfirmation
|
||||
- run: 'sh ./scripts/installgo_windows.sh'
|
||||
- run: choco install mingw --version=12.2.0.03042023
|
||||
- restore_cache:
|
||||
keys:
|
||||
- go-v4-windows-{{ checksum "go.sum" }}
|
||||
- test-go:
|
||||
os: windows
|
||||
gotestsum: "gotestsum.exe"
|
||||
- save_cache:
|
||||
key: go-v4-windows-{{ checksum "go.sum" }}
|
||||
paths:
|
||||
- '~\go\pkg\mod'
|
||||
- '~\AppData\Local\go-build'
|
||||
test-licenses:
|
||||
executor: telegraf-ci
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in New Issue