We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e8cdb6 commit 1ad6953Copy full SHA for 1ad6953
.circleci/config.yml
@@ -93,6 +93,7 @@ commands:
93
key: wasi-libc-sysroot-systemclang-v1
94
paths:
95
- lib/wasi-libc/sysroot
96
+ - run: tinygo clean
97
- run: go test -v -tags=llvm<<parameters.llvm>> ./cgo ./compileopts ./interp ./transform .
98
- run: make gen-device -j4
99
- run: make smoketest
0 commit comments