Skip to content

Commit

Permalink
chore: Remove all CircleCI caching (influxdata#14494)
Browse files Browse the repository at this point in the history
  • Loading branch information
powersj authored Dec 21, 2023
1 parent 35145b4 commit 5b9fe9e
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 5b9fe9e

Please sign in to comment.