File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -38,10 +38,14 @@ jobs:
3838
3939 - name : Install
4040 run : |
41+ wget https://raw.githubusercontent.com/shreemaan-abhishek/apisix-build-tools/refs/heads/12711/build-apisix-base.sh
42+ chmod +x build-apisix-base.sh
43+ OR_PREFIX=$OPENRESTY_PREFIX CC="clang -fsanitize=address -fcolor-diagnostics -Qunused-arguments" \
44+ cc_opt="-Werror" ./build-apisix-base.sh
45+
4146 wget https://raw.githubusercontent.com/shreemaan-abhishek/apisix-build-tools/refs/heads/12711/build-apisix-runtime.sh
4247 chmod +x build-apisix-runtime.sh
43- OR_PREFIX=$OPENRESTY_PREFIX CC="clang -fsanitize=address -fcolor-diagnostics -Qunused-arguments" \
44- cc_opt="-Werror" ./build-apisix-runtime.sh latest
48+ OR_PREFIX=$OPENRESTY_PREFIX ./build-apisix-runtime.sh latest
4549
4650
4751 - name : Script
You can’t perform that action at this time.
0 commit comments