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.
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.