spacewander commented on a change in pull request #6633:
URL: https://github.com/apache/apisix/pull/6633#discussion_r828619812
##########
File path: docs/en/latest/how-to-build.md
##########
@@ -124,7 +124,7 @@ Follow the steps below to install Apache APISIX via the
source release package.
# Switch to the apisix-${APISIX_VERSION} directory
cd apisix-${APISIX_VERSION}
# Create dependencies
- make deps
+ make deps # -j$(nproc) ## use this parameter for make building go fast.
Review comment:
The `make deps` will call luarocks to download dependencies. Even the
make is running in parallel, luarocks can't download in parallel.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]