Local run scripts (#1660)

* eagle run script

* shardok run script


Former-commit-id: 6fb997c724d6f2519b720d651d33636ead41b648
This commit is contained in:
2022-05-10 06:52:32 -07:00
committed by GitHub
parent ae6bab24bb
commit 69659bbf91
2 changed files with 12 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
#!/usr/bin/env bash
bazel run //src/main/scala/net/eagle0/eagle:eagle_server -- --eagle-grpc-port 40032
+9
View File
@@ -0,0 +1,9 @@
#!/usr/bin/env bash
bazel run //src/main/cpp/net/eagle0/shardok:shardok-server \
--compilation_mode=dbg \
--spawn_strategy=local \
-c dbg \
--javacopt="-g" \
--copt="-g" \
--strip="never" \