]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: stop trying to access runtime/internal/sys.a in debug mode
authorCherry Mui <cherryyz@google.com>
Fri, 18 Nov 2022 02:12:25 +0000 (21:12 -0500)
committerCherry Mui <cherryyz@google.com>
Mon, 21 Nov 2022 20:00:40 +0000 (20:00 +0000)
commit199d77aff0372daac2db39d7fb2da16269e4ffd4
tree6686f7823d8b5e4e47a8e7f45cff4a5719183345
parent1fdae32407191af004252d5fadb0bfaf92202ce6
cmd/dist: stop trying to access runtime/internal/sys.a in debug mode

Now that we don't install the .a files, the installed
runtime/internal/sys.a no longer exists. Stop trying to access it.

Change-Id: Ic437e7ad95be6109d0b2fcfb81e840f5cb476be8
Reviewed-on: https://go-review.googlesource.com/c/go/+/451360
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Michael Matloob <matloob@golang.org>
Reviewed-by: Austin Clements <austin@google.com>
Run-TryBot: Cherry Mui <cherryyz@google.com>
src/cmd/dist/build.go