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 d5938e8 commit a386c7eCopy full SHA for a386c7e
build-apisix-base.sh
@@ -2,6 +2,8 @@
2
set -euo pipefail
3
set -x
4
5
+version=${version:-0.0.0}
6
+
7
if ([ $# -gt 0 ] && [ "$1" == "latest" ]) || [ "$version" == "latest" ]; then
8
ngx_multi_upstream_module_ver=""
9
mod_dubbo_ver=""
@@ -76,7 +78,6 @@ cd wasm-nginx-module || exit 1
76
78
./install-wasmtime.sh
77
79
cd ..
80
-version=${version:-0.0.0}
81
cc_opt=${cc_opt:-}
82
ld_opt=${ld_opt:-}
83
luajit_xcflags=${luajit_xcflags:="-DLUAJIT_NUMMODE=2 -DLUAJIT_ENABLE_LUA52COMPAT"}
0 commit comments