-
Notifications
You must be signed in to change notification settings - Fork 29.7k
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
deps: fix libuv for android #46746
deps: fix libuv for android #46746
Conversation
Review requested:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RSLGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can probably be fast-tracked?
Fast-track has been requested by @bnoordhuis. Please 👍 to approve. |
Commit Queue failed- Loading data for nodejs/node/pull/46746 ✔ Done loading data for nodejs/node/pull/46746 ----------------------------------- PR info ------------------------------------ Title deps: fix libuv for android (#46746) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch nappy:nappy-patch-1 -> nodejs:main Labels libuv, fast-track, author ready, needs-ci Commits 1 - deps: fix libuv for android Committers 1 - GitHub PR-URL: https://github.com/nodejs/node/pull/46746 Fixes: https://github.com/nodejs/node/issues/46743 Fixes: https://github.com/nodejs/node/issues/46744 Reviewed-By: Luigi Pinca Reviewed-By: Richard Lau Reviewed-By: Colin Ihrig Reviewed-By: Ben Noordhuis Reviewed-By: Anna Henningsen Reviewed-By: Yagiz Nizipli ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/46746 Fixes: https://github.com/nodejs/node/issues/46743 Fixes: https://github.com/nodejs/node/issues/46744 Reviewed-By: Luigi Pinca Reviewed-By: Richard Lau Reviewed-By: Colin Ihrig Reviewed-By: Ben Noordhuis Reviewed-By: Anna Henningsen Reviewed-By: Yagiz Nizipli -------------------------------------------------------------------------------- ℹ This PR was created on Mon, 20 Feb 2023 13:50:11 GMT ✔ Approvals: 6 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/46746#pullrequestreview-1306031079 ✔ - Richard Lau (@richardlau) (TSC): https://github.com/nodejs/node/pull/46746#pullrequestreview-1306054082 ✔ - Colin Ihrig (@cjihrig) (TSC): https://github.com/nodejs/node/pull/46746#pullrequestreview-1306069521 ✔ - Ben Noordhuis (@bnoordhuis): https://github.com/nodejs/node/pull/46746#pullrequestreview-1306278383 ✔ - Anna Henningsen (@addaleax): https://github.com/nodejs/node/pull/46746#pullrequestreview-1306349810 ✔ - Yagiz Nizipli (@anonrig): https://github.com/nodejs/node/pull/46746#pullrequestreview-1306419569 ℹ This PR is being fast-tracked ✔ Last GitHub CI successful ✖ No Jenkins CI runs detected -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/4227754655 |
This comment was marked as outdated.
This comment was marked as outdated.
Profile updated |
Commit Queue failed- Loading data for nodejs/node/pull/46746 ✔ Done loading data for nodejs/node/pull/46746 ----------------------------------- PR info ------------------------------------ Title deps: fix libuv for android (#46746) Author Julian Dropmann (@nappy, first-time contributor) Branch nappy:nappy-patch-1 -> nodejs:main Labels libuv, fast-track, author ready Commits 1 - deps: fix libuv for android Committers 1 - GitHub PR-URL: https://github.com/nodejs/node/pull/46746 Fixes: https://github.com/nodejs/node/issues/46743 Fixes: https://github.com/nodejs/node/issues/46744 Reviewed-By: Luigi Pinca Reviewed-By: Richard Lau Reviewed-By: Colin Ihrig Reviewed-By: Ben Noordhuis Reviewed-By: Anna Henningsen Reviewed-By: Yagiz Nizipli Reviewed-By: Darshan Sen ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/46746 Fixes: https://github.com/nodejs/node/issues/46743 Fixes: https://github.com/nodejs/node/issues/46744 Reviewed-By: Luigi Pinca Reviewed-By: Richard Lau Reviewed-By: Colin Ihrig Reviewed-By: Ben Noordhuis Reviewed-By: Anna Henningsen Reviewed-By: Yagiz Nizipli Reviewed-By: Darshan Sen -------------------------------------------------------------------------------- ℹ This PR was created on Mon, 20 Feb 2023 13:50:11 GMT ✔ Approvals: 7 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/46746#pullrequestreview-1306031079 ✔ - Richard Lau (@richardlau) (TSC): https://github.com/nodejs/node/pull/46746#pullrequestreview-1306054082 ✔ - Colin Ihrig (@cjihrig) (TSC): https://github.com/nodejs/node/pull/46746#pullrequestreview-1306069521 ✔ - Ben Noordhuis (@bnoordhuis): https://github.com/nodejs/node/pull/46746#pullrequestreview-1306278383 ✔ - Anna Henningsen (@addaleax): https://github.com/nodejs/node/pull/46746#pullrequestreview-1306349810 ✔ - Yagiz Nizipli (@anonrig): https://github.com/nodejs/node/pull/46746#pullrequestreview-1306419569 ✔ - Darshan Sen (@RaisinTen) (TSC): https://github.com/nodejs/node/pull/46746#pullrequestreview-1306753762 ℹ This PR is being fast-tracked ✖ Last GitHub CI failed ℹ Last Full PR CI on 2023-02-21T06:30:04Z: https://ci.nodejs.org/job/node-test-pull-request/49816/ - Querying data for job/node-test-pull-request/49816/ ✔ Last Jenkins CI successful ⚠ PR author is a new contributor: @nappy(julian@dropmann.org) ⚠ - commit b738caed4282 is authored by 56575+nappy@users.noreply.github.com -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/4232081092 |
@nappy you may want to update and force-push your commit so it has you as the author instead of users.noreply.github.com. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Fix android build errors introduced by the upgrade to libuv 1.44.2 Fixes: nodejs#46743 Fixes: nodejs#46744
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
Landed in ee22706 |
Fix android build errors introduced by the upgrade to libuv 1.44.2 Fixes: #46743 Fixes: #46744 PR-URL: #46746 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Fix android build errors introduced by the upgrade to libuv 1.44.2 Fixes: #46743 Fixes: #46744 PR-URL: #46746 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
Fix android build errors introduced by the upgrade to libuv 1.44.2
Fixes: #46743
Fixes: #46744