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 d19c7fe commit d5938e8Copy full SHA for d5938e8
utils/install-common.sh
@@ -87,13 +87,8 @@ is_newer_version() {
87
}
88
89
install_apisix() {
90
- # show awk version
91
- awk --version
92
mkdir -p /tmp/build/output/apisix/usr/bin/
93
cd /apisix
94
- # remove useless code for build
95
- sed -i 's/url.*/url = ".\/apisix",/' rockspec/apisix-master-${iteration}.rockspec
96
- sed -i 's/branch.*//' rockspec/apisix-master-${iteration}.rockspec
97
# build the lib and specify the storage path of the package installed
98
luarocks make ./rockspec/apisix-master-${iteration}.rockspec --tree=/tmp/build/output/apisix/usr/local/apisix/deps --local
99
chown -R "$(whoami)":"$(whoami)" /tmp/build/output
0 commit comments