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 dc4b656 commit 561126eCopy full SHA for 561126e
.github/workflows/gm.yml
@@ -47,6 +47,7 @@ jobs:
47
- name: Install
48
run: |
49
wget https://raw.githubusercontent.com/api7/apisix-build-tools/master/build-apisix-base.sh
50
+ sed -i '/--with-http_v3_module[[:space:]]*\\$/d' config.txt ## tongsuo does not support quic tls
51
chmod +x build-apisix-base.sh
52
export openssl_prefix=/usr/local/tongsuo
53
0 commit comments