File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 4545 run : |
4646 wget https://raw.githubusercontent.com/api7/apisix-build-tools/master/build-apisix-base.sh
4747 chmod +x build-apisix-base.sh
48- OR_PREFIX=$OPENRESTY_PREFIX CC="clang -fsanitize=address -fcolor-diagnostics -Qunused-arguments " \
48+ OR_PREFIX=$OPENRESTY_PREFIX CC="gcc -fsanitize=address -fdiagnostics-color=always -Wno-unused-but-set-variable -Wno-unused-parameter " \
4949 cc_opt="-Werror" ./build-apisix-base.sh latest
5050
5151
Original file line number Diff line number Diff line change 5252
5353 export cc_opt="-I${openssl_prefix}/include -Werror"
5454 export ld_opt="-L${openssl_prefix}/lib64 -Wl,-rpath,${openssl_prefix}/lib64"
55- OR_PREFIX=$OPENRESTY_PREFIX CC="clang -fsanitize=address -fcolor-diagnostics -Qunused-arguments " \
55+ OR_PREFIX=$OPENRESTY_PREFIX CC="gcc -fsanitize=address -fdiagnostics-color=always -Wno-unused-but-set-variable -Wno-unused-parameter " \
5656 ./build-apisix-base.sh latest
5757
5858 - name : Script
You can’t perform that action at this time.
0 commit comments