From ac0a03c499bf9dd1ae15d0e3bbac1ce24cfb03b0 Mon Sep 17 00:00:00 2001 From: Oleh Nikolaiev Date: Thu, 19 Dec 2024 13:29:57 +0000 Subject: [PATCH] #432 update https server --- jsonrpc/build.sh | 2 +- scripts/build_sgx.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jsonrpc/build.sh b/jsonrpc/build.sh index 09842f55..9ea0aa5c 100755 --- a/jsonrpc/build.sh +++ b/jsonrpc/build.sh @@ -93,7 +93,7 @@ cd .. git clone https://github.com/skalenetwork/libjson-rpc-cpp.git --recursive cd libjson-rpc-cpp -git checkout develop +git checkout sgxwallet-432-memory-leaks git pull rm -rf build || true mkdir -p build diff --git a/scripts/build_sgx.sh b/scripts/build_sgx.sh index 68075d54..7966cb72 100755 --- a/scripts/build_sgx.sh +++ b/scripts/build_sgx.sh @@ -6,4 +6,4 @@ # source sgx-sdk-build/sgxsdk/environment ./autoconf.bash ./configure --enable-sgx-simulation -make -j4 +make -j"${nproc}"