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

Script to update nghttp2 doesn't work #45572

Closed
targos opened this issue Nov 22, 2022 · 3 comments · Fixed by #46698
Closed

Script to update nghttp2 doesn't work #45572

targos opened this issue Nov 22, 2022 · 3 comments · Fixed by #46698
Labels
tools Issues and PRs related to the tools directory.

Comments

@targos
Copy link
Member

targos commented Nov 22, 2022

Running it deletes deps/nghttp2/lib/includes/config.h.

See #45455

@targos targos added the tools Issues and PRs related to the tools directory. label Nov 22, 2022
@krrishdholakia
Copy link

krrishdholakia commented Dec 26, 2022

What version of nghttp2 are you trying to update? - Clerkie

@marco-ippolito
Copy link
Member

marco-ippolito commented Feb 16, 2023

#27283 this was the reason why config.h was manually added in the first place.
It is referenced here

'HAVE_CONFIG_H',
in the nghttp2.gyp.
Now I'm not sure how do we want to approach the update, we need to change the script and add the instruction on the maintaining-nghttp2 readme to make sure the config.h is not deleted
@RafaelGSS @targos

@targos
Copy link
Member Author

targos commented Feb 17, 2023

If the file should just be kept as-is during updates, we can modify the script to move it temporarily and put it back at the end.

@targos targos linked a pull request Feb 20, 2023 that will close this issue
nodejs-github-bot pushed a commit that referenced this issue Feb 21, 2023
PR-URL: #46698
Refs: #45572
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
targos pushed a commit that referenced this issue Mar 13, 2023
PR-URL: #46698
Refs: #45572
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
danielleadams pushed a commit that referenced this issue Apr 11, 2023
PR-URL: #46698
Refs: #45572
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tools Issues and PRs related to the tools directory.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants