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