Skip to content

Commit 9f44216

Browse files
committed
f
1 parent 7783135 commit 9f44216

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/build-common.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ build_apisix_runtime_rpm() {
6262
gcc --version
6363

6464
yum-config-manager --add-repo https://openresty.org/package/centos/openresty.repo
65-
yum -y install openresty-pcre-devel openresty-zlib-devel
65+
yum -y install --nogpgcheck openresty-pcre-devel openresty-zlib-devel
6666

6767
export_openresty_variables
6868
${BUILD_PATH}/build-apisix-runtime.sh

0 commit comments

Comments
 (0)