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 16bad55 commit 6a06095Copy full SHA for 6a06095
.github/workflows/ci.yml
@@ -39,9 +39,9 @@ jobs:
39
- name: Install
40
run: |
41
wget https://raw.githubusercontent.com/shreemaan-abhishek/apisix-build-tools/refs/heads/12711/build-apisix-runtime.sh
42
- chmod +x build-apisix-base.sh
+ 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-base.sh latest
+ cc_opt="-Werror" ./build-apisix-runtime.sh latest
45
46
47
- name: Script
0 commit comments