Skip to content

Commit e8162a3

Browse files
committed
fix(kvrocks): add build params
1 parent 431a0c7 commit e8162a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stacks/kvrocks/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function build() {
1717
curl -sSL https://github.com/apache/kvrocks/archive/refs/tags/v${STACK_VERSION}.tar.gz | tar xvz
1818
cd kvrocks-${STACK_VERSION}
1919
apt install -y git build-essential cmake libtool python3 libssl-dev
20-
./x.py build; cd ..
20+
./x.py build -DENABLE_OPENSSL=ON -DPORTABLE=1 -DCMAKE_BUILD_TYPE=Release; cd ..
2121
# build kvrocks controller
2222
install-stack go "${GO_VERSION}" && . init-stack
2323
KVROCKS_CONTROLLER_GIT_URL=https://github.com/apache/kvrocks-controller

0 commit comments

Comments
 (0)