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

Conversation

jin
Copy link
Collaborator

@jin jin commented Apr 18, 2023

v2.1.2 contains an OOM fix while collecting transitive deps. It also speeds up resolution time.

https://github.com/coursier/coursier/releases/tag/v2.1.2
coursier/coursier#2580

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

@nkoroste @mauriciogg

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 jin requested a review from shs96c April 18, 2023 07:28
@jin jin requested a review from cheister as a code owner April 18, 2023 07:28
Copy link
Collaborator

@shs96c shs96c left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jin jin merged commit d211f3b into bazel-contrib:master Apr 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants