Skip to content
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

cmd/dist: mkdeps.bash needs to account for other architectures #13221

Closed
michaelmatloob opened this issue Nov 12, 2015 · 2 comments
Closed

cmd/dist: mkdeps.bash needs to account for other architectures #13221

michaelmatloob opened this issue Nov 12, 2015 · 2 comments

Comments

@michaelmatloob
Copy link
Contributor

Some runtime packages might only depend on others on some architectures. For instance, runtime/internal/atomic only depends on runtime/internal/sys on arm. mkdeps.bash only produces the dependency graph for the GOOS/GOARCH set in its environment.

It should instead use the union of the dependency graphs for all GOOS/GOARCH combinations.

@gopherbot
Copy link

CL https://golang.org/cl/16849 mentions this issue.

@gopherbot
Copy link

CL https://golang.org/cl/16882 mentions this issue.

@golang golang locked and limited conversation to collaborators Nov 16, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants