-
Notifications
You must be signed in to change notification settings - Fork 62
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
Use prebuilt nginx tree if $NGX_OBJS is specified #67
Conversation
Tested it on Ubuntu 22.04 arm64. |
2dbbb9c
to
3177015
Compare
c0ba98c
to
4e6520f
Compare
Almost done, |
Awesome work @bavshin-f5 ! Great to see this coming up finally! Thanks |
This should help integrating the modules into the NGINX build process with `--add-dynamic-module`.
f7dc512
to
f2f9bf3
Compare
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.
@bavshin-f5 Thank you for the contribution. I only have small language and comment related suggestions. Please incorporate the feedback or disregard it based on your judgement. Otherwise, this looks good and I think we can merge it if it passes CI.
These dependencies are not necessary when using an existing NGINX source tree.
Breaking, as it changes the type of all the string constants in the bindings.
f2f9bf3
to
91a042b
Compare
A step towards addressing #42.
NGX_OBJS=/path/to/nginx/objs cargo build
will skip downloading sources and use headers from existing configured copy of the Nginx source tree.I'll update README and provide
config
/config.make
examples later.