mirror of
https://github.com/nolen777/eagle0.git
synced 2026-07-28 20:55:44 +00:00
Local run scripts (#1660)
* eagle run script * shardok run script Former-commit-id: 6fb997c724d6f2519b720d651d33636ead41b648
This commit is contained in:
Executable
+3
@@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
bazel run //src/main/scala/net/eagle0/eagle:eagle_server -- --eagle-grpc-port 40032
|
||||
Executable
+9
@@ -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" \
|
||||
Reference in New Issue
Block a user