-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
[rfc] V8 debug build CI? #55326
Comments
We do have a debug CI job that runs on every pull request: https://ci.nodejs.org/job/node-test-commit-arm-debug/ I don't know if |
@nodejs/build |
If |
My understanding is that it's similar to the |
Part of the reason that the debug build CI we do have runs on arm64 is because those are the biggest (in terms of number of CPUs/memory) machines that we have. |
Correct me if I'm wrong but I believe there's currently no CI job that builds V8 with all debug checks enabled?
I'm doing some local light testing in that mode and so many bugs fall out, it's not even funny (ex. #55325.) Testing that regularly would be a Very Good Thing indeed.
On a very related subject: can I suggest mirroring V8's
v8_enable_debugging_features=true
feature set? Right now, the configure flags one needs to use to get a build that's similar to an upstream debug build is... the words "haphazard" and "scattered" come to mind.I know naming is hard but...
./configure --v8-non-optimized-debug
? For real?!cc @targos
The text was updated successfully, but these errors were encountered: