-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gccgo: go/build.Import(..., "archive/zip") doesn't work #23607
Comments
Unfortunately, in general this can not work with gccgo, because, as you say, gccgo does not include sources. I'm open to argument but my inclination is to just close this as unfortunate. |
Seems worse than unfortunate for |
Try setting the |
Yeah, that works. |
Closing as unfortunate. |
@ianlancetaylor setting
|
I believe the state of "closing as unfortunate" is still the correct state for this issue. |
This seems to affect all standard library packages since sources appear not to be shipped in gccgo.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
N/A
What operating system and processor architecture are you using (
go env
)?What did you do?
cd $(go env GOPATH)/src/github.com/cockroachdb/cockroach
make test PKG=./pkg/cmd/cockroach-oss TESTS=TestNoLinkForbidden
What did you expect to see?
Passing tests.
What did you see instead?
The text was updated successfully, but these errors were encountered: