Skip to content

Fix/updating bindings#27

Open
ruslanti wants to merge 2 commits into
mainfrom
fix/updating_bindings
Open

Fix/updating bindings#27
ruslanti wants to merge 2 commits into
mainfrom
fix/updating_bindings

Conversation

@ruslanti

Copy link
Copy Markdown
Collaborator

No description provided.

@ruslanti ruslanti requested a review from climagabriel June 11, 2026 14:26
@ruslanti ruslanti self-assigned this Jun 11, 2026
Copilot AI review requested due to automatic review settings June 11, 2026 14:26

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR makes a small maintenance update to the NGINX module wrapper header and updates the GitHub Actions Rust workflow to build against a newer NGINX source distribution during CI.

Changes:

  • Update the copyright year in nginx_module/wrapper.h.
  • Change the CI workflow’s NGINX download/build step to target NGINX 1.31.1.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
nginx_module/wrapper.h Updates header copyright year.
.github/workflows/rust.yml Updates CI to download/build a different NGINX version (currently with an extraction issue).

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

apt install -y curl build-essential libpcre3 libpcre3-dev zlib1g zlib1g-dev libssl-dev libgd-dev libxml2 libxml2-dev uuid-dev clang
curl http://nginx.org/download/nginx-1.25.3.tar.gz | tar xz
cd nginx-1.25.3 && ./configure --conf-path=/etc/nginx/nginx.conf --with-pcre --lock-path=/var/lock/nginx.lock --pid-path=/var/run/nginx.pid --with-http_ssl_module --modules-path=/etc/nginx/modules --with-http_v2_module --add-module=../examples/simple && make && make install
curl http://nginx.org/download/nginx-1.31.1.zip | tar xz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants