From fdaddf6917a37a243af085ff5de1fc4db448566a Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Thu, 23 Jul 2020 20:45:48 +0200 Subject: [PATCH] ci: do not cache TinyGo cache dir It doesn't seem to speed up the build and it causes issues with a stale cache. --- .circleci/config.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 280b3e93..bee7e9a9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -93,7 +93,6 @@ commands: key: wasi-libc-sysroot-systemclang-v1 paths: - lib/wasi-libc/sysroot - - run: tinygo clean - run: go test -v -tags=llvm<> ./cgo ./compileopts ./interp ./transform . - run: make gen-device -j4 - run: make smoketest @@ -102,7 +101,6 @@ commands: key: go-cache-v2-{{ checksum "go.mod" }}-{{ .Environment.CIRCLE_BUILD_NUM }} paths: - ~/.cache/go-build - - ~/.cache/tinygo - /go/pkg/mod - run: make fmt-check assert-test-linux: @@ -160,7 +158,6 @@ commands: key: go-cache-v2-{{ checksum "go.mod" }}-{{ .Environment.CIRCLE_BUILD_NUM }} paths: - ~/.cache/go-build - - ~/.cache/tinygo - /go/pkg/mod - run: make gen-device -j4 - run: make smoketest TINYGO=build/tinygo @@ -233,7 +230,6 @@ commands: key: go-cache-v2-{{ checksum "go.mod" }}-{{ .Environment.CIRCLE_BUILD_NUM }} paths: - ~/.cache/go-build - - ~/.cache/tinygo - /go/pkg/mod - run: name: "Extract release tarball" @@ -317,7 +313,6 @@ commands: key: go-cache-macos-v2-{{ checksum "go.mod" }}-{{ .Environment.CIRCLE_BUILD_NUM }} paths: - ~/.cache/go-build - - ~/.cache/tinygo - /go/pkg/mod arch-release: steps: