-
-
Notifications
You must be signed in to change notification settings - Fork 31.6k
workflow: re-enable ubsan #53142
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
base: main
Are you sure you want to change the base?
workflow: re-enable ubsan #53142
Conversation
Review requested:
|
We are getting:
More specifically because of:
But, shouldn't this static assert happen regardless if ubsan is enabled? Why this doesn't fail on a regular cc: @nodejs/v8 |
This might be a clang bug. Can you try to change to Ubuntu 24.04 ? It has a much more recent version preinstalled |
1ddf96c
to
e81b5f0
Compare
test-ubsan was skipped 🤔 |
delete if should make ubsan work. |
e81b5f0
to
6b2372f
Compare
It shouldn't make a difference once this PR is not a Draft. But, I've commented on the line anyway. |
I see a lot of test failures due to the same OpenSSL function:
|
Attempt to solve #52753