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 51024ab commit 1ae9e6dCopy full SHA for 1ae9e6d
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
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 latest
+ cc_opt="-Werror" ./build-apisix-base.sh
45
46
47
- name: Script
0 commit comments