Uh oh!
There was an error while loading. Please reload this page.
build: fix the extra whitespace before NINJIA_ARGS - #53181
Conversation
Fast-track has been requested by @anonrig. Please 👍 to approve. |
nodejs-github-bot
commented
May 28, 2024
Hi @tniessen, do you want me to revert this commit in this PR? I have been spending the past few hours trying to get the ninja build working as it is breaking for me as well (I am not an expert on either Makefiles or ninja and just trying to dig and learn ;)) I think I am getting close to get a fix out. Will ping you once I open that PR. |
tniessen
commented
May 28, 2024
@jakecastelli Let's continue the discussion in #53176. Are you on macOS by any chance? |
jakecastelli
commented
May 28, 2024
I am on MacOS m1 |
ed72a00 to
b8f6690Comparejakecastelli
commented
May 28, 2024
Turned out this PR I only fixed an unnecessary whitespace, but I've learned a lot ❤️ thanks everyone! |
tniessen
left a comment
There was a problem hiding this comment.
The space is intentional — I'm pretty sure this change will break make -jn V=1.
jakecastelli
commented
May 28, 2024
oh good catch! @tniessen what if we change the position: |
tniessen
commented
May 28, 2024
Eh, I don't know — why are we trying to get rid of a single space in the output of |
anonrig
commented
May 28, 2024
Nit: My right eye twitches :-) |
jakecastelli
commented
May 28, 2024
OHHH I took this one seriously 😂 |
b8f6690 to
a6ba4cbComparejakecastelli
commented
May 28, 2024
For the couple of hours I spent on learning how Makefile works, I think I deserve a green tick 😉 just joking, I am happy to close this PR if you are object to it. |
Not sure what this is accomplishing but I suppose it's not harmful either
nodejs-github-bot
commented
Jun 8, 2024
Commit Queue failed- Loading data for nodejs/node/pull/53181 ✔ Done loading data for nodejs/node/pull/53181 ----------------------------------- PR info ------------------------------------ Title build: fix the extra whitespace before NINJIA_ARGS (#53181) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch jakecastelli:fix-passing-j32-to-ninja -> nodejs:main Labels build, author ready, needs-ci Commits 1 - build: fix spacing before NINJA_ARGS Committers 1 - jakecastelli <959672929@qq.com> PR-URL: https://github.com/nodejs/node/pull/53181 Fixes: https://github.com/nodejs/node/issues/53176 Refs: https://github.com/nodejs/node/issues/53176 Reviewed-By: Yagiz Nizipli Reviewed-By: Michaël Zasso Reviewed-By: Luigi Pinca ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/53181 Fixes: https://github.com/nodejs/node/issues/53176 Refs: https://github.com/nodejs/node/issues/53176 Reviewed-By: Yagiz Nizipli Reviewed-By: Michaël Zasso Reviewed-By: Luigi Pinca -------------------------------------------------------------------------------- ⚠ Commits were pushed since the last approving review: ⚠ - build: fix spacing before NINJA_ARGS ℹ This PR was created on Tue, 28 May 2024 01:31:35 GMT ✔ Approvals: 3 ✔ - Yagiz Nizipli (@anonrig): https://github.com/nodejs/node/pull/53181#pullrequestreview-2081601232 ✔ - Michaël Zasso (@targos) (TSC): https://github.com/nodejs/node/pull/53181#pullrequestreview-2082953839 ✔ - Luigi Pinca (@lpinca): https://github.com/nodejs/node/pull/53181#pullrequestreview-2083105432 ✔ Last GitHub CI successful ℹ Last Full PR CI on 2024-05-28T01:46:53Z: https://ci.nodejs.org/job/node-test-pull-request/59471/ ⚠ Commits were pushed after the last Full PR CI run: ⚠ - build: fix spacing before NINJA_ARGS - Querying data for job/node-test-pull-request/59471/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/9424757149 |
nodejs-github-bot
commented
Jun 8, 2024
Landed in 5a446cc |
PR-URL: nodejs#53181Fixes: nodejs#53176 Refs: nodejs#53176 Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Vinícius Lourenço Claro Cardoso <contact@viniciusl.com.br>
Fixes: #53176 (comment)
Refs: #53176