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

build: pack checksums into fewer files, by target #38963

Closed
wants to merge 2 commits into from

Commits on Dec 22, 2020

  1. build: pack checksums into fewer files by target

    Hopefully this should preserve the ability to generate these in parallel
    (and keep a clean tree) and prevent conflicts when updating different
    deps targets, while consolidating any related files
    vtjnash committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    61bbf52 View commit details
    Browse the repository at this point in the history
  2. jldownload: make quieter

    Disables progress bars, which are often illegible anyways with parallel
    make invocations.
    vtjnash committed Dec 22, 2020
    Configuration menu
    Copy the full SHA
    75be274 View commit details
    Browse the repository at this point in the history