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

Run go-install in deps-tools in parallel #31711

Merged
merged 3 commits into from
Jul 28, 2024

Commits on Jul 26, 2024

  1. Run deps-tools in parallel

    `go install` is far too conservative in regards to parallel HTTP
    requests, so we can run the commands in parallel to achieve a speedup of
    likely around 300% on CI. In my testing, it does seem to be
    concurrency-safe.
    silverwind committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    794baf1 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    ef88699 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2024

  1. Configuration menu
    Copy the full SHA
    23bd3d4 View commit details
    Browse the repository at this point in the history