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 6a06095 commit 51024abCopy full SHA for 51024ab
.github/workflows/ci.yml
@@ -38,10 +38,10 @@ jobs:
38
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-runtime.sh
+ wget https://raw.githubusercontent.com/shreemaan-abhishek/apisix-build-tools/refs/heads/12711/build-apisix-base.sh
+ 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-runtime.sh latest
+ cc_opt="-Werror" ./build-apisix-base.sh latest
45
46
47
- name: Script
0 commit comments