From b85b82c70b1dda21a23a8620830bfbdc4d710692 Mon Sep 17 00:00:00 2001 From: AlinsRan Date: Mon, 15 Jan 2024 09:08:10 +0800 Subject: [PATCH] chore: only source code should be built --- build-apisix-runtime.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-apisix-runtime.sh b/build-apisix-runtime.sh index 5c68fb56d..7b946a891 100755 --- a/build-apisix-runtime.sh +++ b/build-apisix-runtime.sh @@ -53,7 +53,7 @@ install_openssl_3(){ --with-zlib-lib=$zlib_prefix/lib \ --with-zlib-include=$zlib_prefix/include make -j $(nproc) LD_LIBRARY_PATH= CC="gcc" - sudo make install + sudo make install_sw if [ -f "$OPENSSL_CONF_PATH" ]; then sudo cp "$OPENSSL_CONF_PATH" "$OPENSSL_PREFIX"/ssl/openssl.cnf fi