Try to improve couchbase compilation

This commit is contained in:
Shivam Mathur 2023-10-30 06:58:16 +05:30
parent f4e27c9ead
commit 70169700c3
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -55,6 +55,9 @@ add_couchbase() {
else
if [ "$ext" = "couchbase" ]; then
ext="couchbase-$(get_pecl_version "couchbase" "stable")"
n_proc="$(nproc)"
export COUCHBASE_SUFFIX_OPTS="CMAKE_BUILD_TYPE=Release"
export CMAKE_BUILD_PARALLEL_LEVEL="$n_proc"
add_extension_from_source couchbase https://pecl.php.net couchbase couchbase "${ext##*-}" extension pecl >/dev/null 2>&1
else
pecl_install "${ext}" >/dev/null 2>&1