You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/10/26 03:44:21 UTC

[GitHub] [apisix] spacewander commented on a change in pull request #5332: docs: use mirror when installing dependencies in China

spacewander commented on a change in pull request #5332:
URL: https://github.com/apache/apisix/pull/5332#discussion_r736119580



##########
File path: docs/zh/latest/how-to-build.md
##########
@@ -96,8 +96,8 @@ sudo yum install -y https://github.com/apache/apisix/releases/download/2.10.1/ap
   ```shell
   # 切换到 apisix-2.10.1 目录
   cd apisix-2.10.1
-  # 创建依赖
-  make deps
+  # 安装依赖
+  LUAROCKS_SERVER=https://luarocks.cn make deps

Review comment:
       @tokers 
   Please take a look.
   `curl https://luarocks.cn/lua-resty-ctxdump-0.1-0.src.rock -I` work well but `curl https://luarocks.cn -I` returns 502 status code. It's the upstream returns 502, not the APISIX itself.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org