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 7783135 commit 9f44216Copy full SHA for 9f44216
utils/build-common.sh
@@ -62,7 +62,7 @@ build_apisix_runtime_rpm() {
62
gcc --version
63
64
yum-config-manager --add-repo https://openresty.org/package/centos/openresty.repo
65
- yum -y install openresty-pcre-devel openresty-zlib-devel
+ yum -y install --nogpgcheck openresty-pcre-devel openresty-zlib-devel
66
67
export_openresty_variables
68
${BUILD_PATH}/build-apisix-runtime.sh
0 commit comments