]> Cypherpunks repositories - gostls13.git/commit
[dev.fuzz] cmd/go: 'go clean -fuzzcache' should not delete compiled files
authorkorzhao <korzhao95@gmail.com>
Tue, 3 Aug 2021 20:56:58 +0000 (20:56 +0000)
committerJay Conrod <jayconrod@google.com>
Tue, 3 Aug 2021 21:00:45 +0000 (21:00 +0000)
commit4e07341afd65e4000466b6b324781e8c3565a0d9
tree9a56376f9a34aee7a688a007b481df8923019fd4
parent2a0825d01f2cd68f5d82b3335f943bcf6f565f09
[dev.fuzz] cmd/go: 'go clean -fuzzcache' should not delete compiled files

This change adds -fuzzcache to the list of flags that prevents 'go clean'
from cleaning packages by default.

Fixes #47478

Change-Id: I07c9c24ff6359e45e9661b307a671274ab2d7212
GitHub-Last-Rev: 4929618c1fedafc3712a9ffdd1691a92042334eb
GitHub-Pull-Request: golang/go#47483
Reviewed-on: https://go-review.googlesource.com/c/go/+/338752
Reviewed-by: Jay Conrod <jayconrod@google.com>
Trust: Jay Conrod <jayconrod@google.com>
Trust: Roland Shoemaker <roland@golang.org>
Trust: Bryan C. Mills <bcmills@google.com>
src/cmd/go/internal/clean/clean.go