| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Fast-track has been requested by @anonrig. Please 👍 to approve. |
Sorry, something went wrong.
Sorry, something went wrong.
There was a problem hiding this comment.
Is this effectively reverting 19f0bca? If so, then it'd be cleaner to actually git revert that commit.
That'd break building with ninja for me again, though, so we should really figure out a solution that works for everyone.
Sorry, something went wrong.
|
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. |
Sorry, something went wrong.
|
@jakecastelli Let's continue the discussion in #53176. Are you on macOS by any chance? |
Sorry, something went wrong.
|
I am on MacOS m1 |
Sorry, something went wrong.
|
Turned out this PR I only fixed an unnecessary whitespace, but I've learned a lot ❤️ thanks everyone! |
Sorry, something went wrong.
There was a problem hiding this comment.
The space is intentional — I'm pretty sure this change will break make -jn V=1.
Sorry, something went wrong.
oh good catch! @tniessen what if we change the position: 150⋮ │ NINJA_ARGS = $(IMMEDIATE_NINJA_ARGS)$(filter -j%,$(MAKEFLAGS))
⋮ 150│ NINJA_ARGS = $(filter -j%,$(MAKEFLAGS))$(IMMEDIATE_NINJA_ARGS)
➜ node ✗ make -j4 V=1 ninja -C out/Release -j4 -v ninja: Entering directory `out/Release' |
Sorry, something went wrong.
|
Eh, I don't know — why are we trying to get rid of a single space in the output of make? |
Sorry, something went wrong.
Nit: My right eye twitches :-) |
Sorry, something went wrong.
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. |
Sorry, something went wrong.
Not sure what this is accomplishing but I suppose it's not harmful either
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 |
Sorry, something went wrong.
PR-URL: nodejs#53181 Fixes: 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>
| Back | FazBrowse Home | New Git URL |
Fixes: #53176 (comment)
Refs: #53176