Skip to content

Commit fdaddf6

Browse files
aykevldeadprogram
authored andcommitted
ci: do not cache TinyGo cache dir
It doesn't seem to speed up the build and it causes issues with a stale cache.
1 parent 50a677e commit fdaddf6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.circleci/config.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ commands:
9393
key: wasi-libc-sysroot-systemclang-v1
9494
paths:
9595
- lib/wasi-libc/sysroot
96-
- run: tinygo clean
9796
- run: go test -v -tags=llvm<<parameters.llvm>> ./cgo ./compileopts ./interp ./transform .
9897
- run: make gen-device -j4
9998
- run: make smoketest
@@ -102,7 +101,6 @@ commands:
102101
key: go-cache-v2-{{ checksum "go.mod" }}-{{ .Environment.CIRCLE_BUILD_NUM }}
103102
paths:
104103
- ~/.cache/go-build
105-
- ~/.cache/tinygo
106104
- /go/pkg/mod
107105
- run: make fmt-check
108106
assert-test-linux:
@@ -160,7 +158,6 @@ commands:
160158
key: go-cache-v2-{{ checksum "go.mod" }}-{{ .Environment.CIRCLE_BUILD_NUM }}
161159
paths:
162160
- ~/.cache/go-build
163-
- ~/.cache/tinygo
164161
- /go/pkg/mod
165162
- run: make gen-device -j4
166163
- run: make smoketest TINYGO=build/tinygo
@@ -233,7 +230,6 @@ commands:
233230
key: go-cache-v2-{{ checksum "go.mod" }}-{{ .Environment.CIRCLE_BUILD_NUM }}
234231
paths:
235232
- ~/.cache/go-build
236-
- ~/.cache/tinygo
237233
- /go/pkg/mod
238234
- run:
239235
name: "Extract release tarball"
@@ -317,7 +313,6 @@ commands:
317313
key: go-cache-macos-v2-{{ checksum "go.mod" }}-{{ .Environment.CIRCLE_BUILD_NUM }}
318314
paths:
319315
- ~/.cache/go-build
320-
- ~/.cache/tinygo
321316
- /go/pkg/mod
322317
arch-release:
323318
steps:

0 commit comments

Comments
 (0)