Skip to content

Commit

Permalink
perf(LuaJIT): revert optimization for hash (#13251)
Browse files Browse the repository at this point in the history
* Create a clean version for 2.8 CE.

* Add back changelog.

---------

Co-authored-by: Zhongwei Yao <[email protected]>
  • Loading branch information
team-gateway-bot and zhongweiy authored Jun 21, 2024
1 parent f747da2 commit 8fd05b2
Show file tree
Hide file tree
Showing 5 changed files with 1,742 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/kong_bindings.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ def _load_vars(ctx):

# convert them into a list of labels relative to the workspace root
# TODO: this may not change after a bazel clean if cache exists
patches = [
patches = sorted([
'"@kong//:%s"' % str(p).replace(workspace_path, "").lstrip("/")
for p in ctx.path(workspace_path + "/build/openresty/patches").readdir()
]
])

content += '"OPENRESTY_PATCHES": [%s],' % (", ".join(patches))

Expand Down
Loading

0 comments on commit 8fd05b2

Please sign in to comment.