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

chore(deps): pin ngx_wasm_module #11323

Merged
merged 4 commits into from
Jul 31, 2023
Merged

chore(deps): pin ngx_wasm_module #11323

merged 4 commits into from
Jul 31, 2023

Conversation

flrgh
Copy link
Contributor

@flrgh flrgh commented Jul 28, 2023

This contains a couple changes:

  • Add limited support for building ngx_wasm_module from a tag or a branch
  • Pin ngx_wasm_module dependency to prerelease-0.1.0
  • Add a wasm entry to the changelog

.requirements Outdated Show resolved Hide resolved
@flrgh flrgh marked this pull request as ready for review July 31, 2023 16:10
@flrgh flrgh changed the title chore(build): support building ngx_wasm_module from tag chore(deps): pin ngx_wasm_module Jul 31, 2023
@locao locao merged commit 9f99095 into master Jul 31, 2023
30 checks passed
@locao locao deleted the chore/pin-wasmx branch July 31, 2023 17:03
@team-gateway-bot
Copy link
Collaborator

The backport to release/3.4.x failed:

The process '/usr/bin/git' failed with exit code 1

To backport manually, run these commands in your terminal:

# Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-release/3.4.x release/3.4.x
# Navigate to the new working tree
cd .worktrees/backport-release/3.4.x
# Create a new branch
git switch --create backport-11323-to-release/3.4.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 9f990954c686cbb04310f8dbbd68209686342783
# Push it to GitHub
git push --set-upstream origin backport-11323-to-release/3.4.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-release/3.4.x

Then, create a pull request where the base branch is release/3.4.x and the compare/head branch is backport-11323-to-release/3.4.x.

flrgh added a commit that referenced this pull request Jul 31, 2023
* chore(build): support building ngx_wasm_module from tag

* style(build): adjust wasm runtime version declarations

* chore(deps): pin ngx_wasm_module

* docs(changelog): add wasm entry
flrgh added a commit that referenced this pull request Jul 31, 2023
* chore(build): support building ngx_wasm_module from tag

* style(build): adjust wasm runtime version declarations

* chore(deps): pin ngx_wasm_module

* docs(changelog): add wasm entry
@kikito kikito mentioned this pull request Aug 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants