Skip to content

deps: upgrade to libuv 1.44.2 #43840

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

Closed
wants to merge 1 commit into from
Closed

Conversation

bnoordhuis
Copy link
Member

Notable changes:

  • addition of uv_available_parallelism(); more accurate than counting
    the number of CPUs returned by uv_cpu_info()

  • mutexes in Windows are now always implemented in terms of SRWLOCKs

Notable changes:

- addition of uv_available_parallelism(); more accurate than counting
  the number of CPUs returned by uv_cpu_info()

- mutexes in Windows are now always implemented in terms of SRWLOCKs
@bnoordhuis bnoordhuis added the request-ci Add this label to start a Jenkins CI on a PR. label Jul 15, 2022
@nodejs-github-bot nodejs-github-bot added libuv Issues and PRs related to the libuv dependency or the uv binding. needs-ci PRs that need a full CI run. labels Jul 15, 2022
@lpinca
Copy link
Member

lpinca commented Jul 15, 2022

Duplicate of #42340.

@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jul 15, 2022
@nodejs-github-bot
Copy link
Collaborator

@bnoordhuis
Copy link
Member Author

Ah, you updated it... okay, never mind then.

@bnoordhuis bnoordhuis closed this Jul 15, 2022
@bnoordhuis bnoordhuis deleted the upgrade-libuv branch July 15, 2022 08:31
@lpinca
Copy link
Member

lpinca commented Jul 15, 2022

Yes, unfortunately even more tests are failing now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
libuv Issues and PRs related to the libuv dependency or the uv binding. needs-ci PRs that need a full CI run.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants