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

Bump to Coursier v2.1.2. #889

Merged
merged 1 commit into from
Apr 18, 2023
Merged

Bump to Coursier v2.1.2. #889

merged 1 commit into from
Apr 18, 2023

Commits on Apr 18, 2023

  1. Bump to Coursier v2.1.2.

    v2.1.2 contains an OOM fix while collecting transitive deps. It also
    speeds up resolution time.
    
    Before:
    $ bazelisk run @unpinned_regression_testing//:pin
    INFO: Analyzed target @unpinned_regression_testing//:pin (1 packages loaded, 3 targets configured).
    INFO: Found 1 target...
    Target @unpinned_regression_testing//:pin up-to-date:
      bazel-bin/external/unpinned_regression_testing/pin
    INFO: Elapsed time: 17.980s, Critical Path: 0.01s
    
    After:
    $ bazelisk run @unpinned_regression_testing//:pin
    INFO: Analyzed target @unpinned_regression_testing//:pin (26 packages loaded, 99 targets configured).
    INFO: Found 1 target...
    Target @unpinned_regression_testing//:pin up-to-date:
      bazel-bin/external/unpinned_regression_testing/pin
    INFO: Elapsed time: 10.234s, Critical Path: 0.01s
    jin committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    bc50abb View commit details
    Browse the repository at this point in the history