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 3570feb commit 1333370Copy full SHA for 1333370
build-api7ee-runtime.sh
@@ -164,7 +164,7 @@ if [[ "$OPENRESTY_VERSION" == 1.21.4.4 ]] ; then
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-2.1-20230410.1
+ mv luajit2-* bundle/
168
fi
169
170
or_limit_ver=0.08
0 commit comments