mirror of https://github.com/golang/go.git
cmd/dist: remove unnecessary parts of bootstrapDirs
Change-Id: I7658f2f1716f74b4ff0b4b9f8ccd386e99dd9d51
Change-Id: I7658f2f1716f74b4ff0b4b9f8ccd386e99dd9d51
GitHub-Last-Rev: f55b84dafb
GitHub-Pull-Request: golang/go#61831
Reviewed-on: https://go-review.googlesource.com/c/go/+/516935
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
288fd6eb9d
commit
f617a6c8bf
|
|
@ -85,10 +85,8 @@ var bootstrapDirs = []string{
|
|||
"internal/unsafeheader",
|
||||
"internal/xcoff",
|
||||
"internal/zstd",
|
||||
"math/big",
|
||||
"math/bits",
|
||||
"sort",
|
||||
"strconv",
|
||||
}
|
||||
|
||||
// File prefixes that are ignored by go/build anyway, and cause
|
||||
|
|
|
|||
Loading…
Reference in New Issue