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

Non-trivial to build with --ninja on yum-based Linux distros #44286

Closed
timClicks opened this issue Aug 19, 2022 · 1 comment · Fixed by #44293
Closed

Non-trivial to build with --ninja on yum-based Linux distros #44286

timClicks opened this issue Aug 19, 2022 · 1 comment · Fixed by #44293
Labels
build Issues and PRs related to build files or the CI.

Comments

@timClicks
Copy link

timClicks commented Aug 19, 2022

On Linux distros that use the yum package manager, it's cumbersome to build with ninja because you need to remember to create a symlink. yum installs ninja as ninja-build, but this is hard-coded in the Makefile as ninja.

node/Makefile

Line 127 in a2dcc08

ninja -C out/Release $(NINJA_ARGS)

@jdx
Copy link
Contributor

jdx commented Aug 19, 2022

I'm not sure if there is a convention for this (like CC or CXX env vars), but maybe this could be NINJA? Or NINJA_BIN?

jdx added a commit to jdx/node that referenced this issue Aug 19, 2022
@daeyeon daeyeon added the build Issues and PRs related to build files or the CI. label Aug 19, 2022
jdx added a commit to jdx/node that referenced this issue Aug 19, 2022
jdx added a commit to jdx/node that referenced this issue Aug 19, 2022
jdx added a commit to jdx/node that referenced this issue Aug 19, 2022
nodejs-github-bot pushed a commit that referenced this issue Aug 22, 2022
Fixes: #44286
PR-URL: #44293
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
RafaelGSS pushed a commit that referenced this issue Sep 5, 2022
Fixes: #44286
PR-URL: #44293
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
Fyko pushed a commit to Fyko/node that referenced this issue Sep 15, 2022
Fixes: nodejs#44286
PR-URL: nodejs#44293
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
targos pushed a commit that referenced this issue Sep 16, 2022
Fixes: #44286
PR-URL: #44293
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
juanarbol pushed a commit that referenced this issue Oct 10, 2022
Fixes: #44286
PR-URL: #44293
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
juanarbol pushed a commit that referenced this issue Oct 11, 2022
Fixes: #44286
PR-URL: #44293
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
guangwong pushed a commit to noslate-project/node that referenced this issue Jan 3, 2023
Fixes: nodejs/node#44286
PR-URL: nodejs/node#44293
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
guangwong pushed a commit to noslate-project/node that referenced this issue Jan 3, 2023
Fixes: nodejs/node#44286
PR-URL: nodejs/node#44293
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Issues and PRs related to build files or the CI.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants