File tree Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Expand file tree Collapse file tree 1 file changed +3
-7
lines changed Original file line number Diff line number Diff line change 1111 strategy :
1212 matrix :
1313 op_version :
14- - " 1.27.1 .1"
14+ - " 1.25.3 .1"
1515
1616 runs-on : " ubuntu-20.04"
1717
@@ -39,14 +39,10 @@ jobs:
3939
4040 - name : Install
4141 run : |
42- wget https://raw.githubusercontent.com/shreemaan-abhishek /apisix-build-tools/refs/heads/12711 /build-apisix-base.sh
42+ wget https://raw.githubusercontent.com/api7 /apisix-build-tools/master /build-apisix-base.sh
4343 chmod +x build-apisix-base.sh
4444 OR_PREFIX=$OPENRESTY_PREFIX CC="clang -fsanitize=address -fcolor-diagnostics -Qunused-arguments" \
45- cc_opt="-Werror" ./build-apisix-base.sh
46-
47- wget https://raw.githubusercontent.com/shreemaan-abhishek/apisix-build-tools/refs/heads/12711/build-apisix-runtime.sh
48- chmod +x build-apisix-runtime.sh
49- OR_PREFIX=$OPENRESTY_PREFIX ./build-apisix-runtime.sh latest
45+ cc_opt="-Werror" ./build-apisix-base.sh latest
5046
5147
5248 - name : Script
You can’t perform that action at this time.
0 commit comments