Skip to content

Commit e17b5f9

Browse files
a6 base for sanity runtime.sh for working
1 parent c926567 commit e17b5f9

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)