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 e268ed8 commit 3f13041Copy full SHA for 3f13041
utils/install-common.sh
@@ -90,7 +90,8 @@ install_apisix() {
90
install_rust
91
92
# build the lib and specify the storage path of the package installed
93
- luarocks make ./apisix-master-${iteration}.rockspec --tree=/tmp/build/output/apisix/usr/local/apisix/deps --local
+ # To be removed after https://github.com/luarocks/luarocks/issues/1797 is fixed
94
+ luarocks --only-server https://raw.githubusercontent.com/rocks-moonscript-org/moonrocks-mirror/daab2726276e3282dc347b89a42a5107c3500567 make ./apisix-master-${iteration}.rockspec --tree=/tmp/build/output/apisix/usr/local/apisix/deps --local
95
chown -R "$(whoami)":"$(whoami)" /tmp/build/output
96
cd ..
97
# copy the compiled files to the package install directory
0 commit comments