Skip to content

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

Description

@michaelmatloob

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions