File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,6 @@ commands:
93
93
key : wasi-libc-sysroot-systemclang-v1
94
94
paths :
95
95
- lib/wasi-libc/sysroot
96
- - run : tinygo clean
97
96
- run : go test -v -tags=llvm<<parameters.llvm>> ./cgo ./compileopts ./interp ./transform .
98
97
- run : make gen-device -j4
99
98
- run : make smoketest
@@ -102,7 +101,6 @@ commands:
102
101
key : go-cache-v2-{{ checksum "go.mod" }}-{{ .Environment.CIRCLE_BUILD_NUM }}
103
102
paths :
104
103
- ~/.cache/go-build
105
- - ~/.cache/tinygo
106
104
- /go/pkg/mod
107
105
- run : make fmt-check
108
106
assert-test-linux :
@@ -160,7 +158,6 @@ commands:
160
158
key : go-cache-v2-{{ checksum "go.mod" }}-{{ .Environment.CIRCLE_BUILD_NUM }}
161
159
paths :
162
160
- ~/.cache/go-build
163
- - ~/.cache/tinygo
164
161
- /go/pkg/mod
165
162
- run : make gen-device -j4
166
163
- run : make smoketest TINYGO=build/tinygo
@@ -233,7 +230,6 @@ commands:
233
230
key : go-cache-v2-{{ checksum "go.mod" }}-{{ .Environment.CIRCLE_BUILD_NUM }}
234
231
paths :
235
232
- ~/.cache/go-build
236
- - ~/.cache/tinygo
237
233
- /go/pkg/mod
238
234
- run :
239
235
name : " Extract release tarball"
@@ -317,7 +313,6 @@ commands:
317
313
key : go-cache-macos-v2-{{ checksum "go.mod" }}-{{ .Environment.CIRCLE_BUILD_NUM }}
318
314
paths :
319
315
- ~/.cache/go-build
320
- - ~/.cache/tinygo
321
316
- /go/pkg/mod
322
317
arch-release :
323
318
steps :
You can’t perform that action at this time.
0 commit comments