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 380280f commit 16bad55Copy full SHA for 16bad55
.github/workflows/ci.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
op_version:
14
- - "1.25.3.1"
+ - "1.27.1.1"
15
16
runs-on: "ubuntu-20.04"
17
@@ -38,7 +38,7 @@ jobs:
38
39
- name: Install
40
run: |
41
- wget https://raw.githubusercontent.com/api7/apisix-build-tools/master/build-apisix-base.sh
+ wget https://raw.githubusercontent.com/shreemaan-abhishek/apisix-build-tools/refs/heads/12711/build-apisix-runtime.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
0 commit comments