We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c92e592 commit cf5653bCopy full SHA for cf5653b
build-api7ee-runtime.sh
@@ -158,6 +158,15 @@ grpc_engine_path="-DNGX_GRPC_CLI_ENGINE_PATH=$OR_PREFIX/libgrpc_engine.so -DNGX_
158
159
cd openresty-${OPENRESTY_VERSION} || exit 1
160
161
+if [[ "$OPENRESTY_VERSION" == 1.21.4.4 ]] ; then
162
+ # upgrade luajit
163
+ rm -rf bundle/LuaJIT-2.1-20230410.1
164
+ lj_ver=2.1-20240815
165
+ wget "https://github.com/openresty/luajit2/archive/v$lj_ver.tar.gz" -O "LuaJIT-$lj_ver.tar.gz"
166
+ tar -xzf LuaJIT-$lj_ver.tar.gz
167
+ mv luajit2-* bundle/LuaJIT-$lj_ver
168
+fi
169
+
170
or_limit_ver=0.08
171
if [ ! -d "bundle/lua-resty-limit-traffic-$or_limit_ver" ]; then
172
echo "ERROR: the official repository of lua-resty-limit-traffic has been updated, please sync to API7's repository." >&2
0 commit comments