Skip to content

Commit

Permalink
#432 update https server
Browse files Browse the repository at this point in the history
  • Loading branch information
olehnikolaiev committed Dec 19, 2024
1 parent e70a4c9 commit ac0a03c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jsonrpc/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/build_sgx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# source sgx-sdk-build/sgxsdk/environment
./autoconf.bash
./configure --enable-sgx-simulation
make -j4
make -j"${nproc}"

0 comments on commit ac0a03c

Please sign in to comment.