-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
build,meta: quiet/pretty make output by default #26740
Conversation
/CC @nodejs/build @nodejs/build-files Semver-Major since downstream embedders (and our CI) depend on |
previous discussion, you might want to check with people involved in that: #10403 |
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.
fwiw I don't see this as semver-major, I'm not aware of anyone that relies on compiler output in a breaking way. In our CI we could just run make
with V=1
everywhere if folks were concerned enough to see the output (I'm not, I like having less output, it makes Jenkins more manageable!).
/PING @trevnorris @bnoordhuis @addaleax @gibfahn BTW: The pretty format comes from GYP node/tools/gyp/pylib/gyp/generator/make.py Lines 362 to 366 in ed2c696
So that could be easily be manipulated as well. AS for Jenkins, my dream is nodejs/build#1517 |
We've had complaints before 🤷♂️ |
PR-URL: nodejs#26740 Refs: nodejs#26252 Reviewed-By: Rod Vagg <rod@vagg.org> Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
8fd887d
to
ecf98b0
Compare
'cause usually you simply want the job done...
Refs: #26252
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes