diff --git a/scripts/clean.sh b/scripts/clean.sh new file mode 100755 index 0000000..dade4ba --- /dev/null +++ b/scripts/clean.sh @@ -0,0 +1,4 @@ +# Need to run this once in a while +# go clean -cache -testcache -modcache -fuzzcache -x +# sudo cargo +nightly clean gc -Z gc --max-download-age=1day +# uv cache clean diff --git a/scripts/go.sh b/scripts/go.sh index 5d24b50..1286f6f 100755 --- a/scripts/go.sh +++ b/scripts/go.sh @@ -23,6 +23,3 @@ go install github.com/golangci/golangci-lint/cmd/golangci-lint@latest go install github.com/maruel/panicparse/v2@latest go install gotest.tools/gotestsum@latest go install github.com/bufbuild/buf/cmd/buf@v1.31.0 - -# Need to run this once a month -# go clean -cache -testcache -modcache -fuzzcache