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
[v18.x] build: fix bad backport #44642
Conversation
The upstream merge of nodejs@e27e709d3c accidentally removed code related to systemtap and dtrace. Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
|
For the record, the merge to the |
|
Thanks @sgallagher. @nodejs/releasers should we land a patch? or it's fine to wait for v18.10 (2022-09-20)? |
This doesn't affect our release binaries but may affect those building from source. I think we land this on v18.x-staging but it can wait for the next release of 18.x. |
|
I agree, it can wait for 18.10. I'll carry the patch locally for Fedora in the meantime. |
|
Landed in 1315a83 |
The upstream merge of e27e709d3c accidentally removed code related to systemtap and dtrace. Signed-off-by: Stephen Gallagher <sgallagh@redhat.com> PR-URL: #44642 Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
The upstream merge of e27e709d3c
into v18 accidentally removed code related to systemtap and dtrace.
Signed-off-by: Stephen Gallagher sgallagh@redhat.com