File tree 2 files changed +5
-5
lines changed
service/tools/contract/service_tools
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -198,8 +198,8 @@ http_archive(
198
198
199
199
http_archive (
200
200
name = "pybind11_bazel" ,
201
- strip_prefix = "pybind11_bazel-master " ,
202
- urls = ["https://github.com/pybind/pybind11_bazel/archive/master. zip" ],
201
+ strip_prefix = "pybind11_bazel-2.11.1.bzl.1 " ,
202
+ urls = ["https://github.com/pybind/pybind11_bazel/archive/refs/tags/v2.11.1.bzl.1. zip" ]
203
203
)
204
204
205
205
http_archive (
Original file line number Diff line number Diff line change 1
- killall -9 contract_server
1
+ killall -9 contract_service
2
2
3
- SERVER_PATH=./bazel-bin/service/contract/server/contract_server
3
+ SERVER_PATH=./bazel-bin/service/contract/contract_service
4
4
SERVER_CONFIG=service/tools/config/server/server.config
5
5
WORK_PATH=$PWD
6
6
CERT_PATH=${WORK_PATH} /service/tools/data/cert/
7
7
8
- bazel build //service/contract/server:contract_server
8
+ bazel build //service/contract:contract_service
9
9
nohup $SERVER_PATH $SERVER_CONFIG $CERT_PATH /node1.key.pri $CERT_PATH /cert_1.cert > server0.log &
10
10
nohup $SERVER_PATH $SERVER_CONFIG $CERT_PATH /node2.key.pri $CERT_PATH /cert_2.cert > server1.log &
11
11
nohup $SERVER_PATH $SERVER_CONFIG $CERT_PATH /node3.key.pri $CERT_PATH /cert_3.cert > server2.log &
You can’t perform that action at this time.
0 commit comments