Add build.sh and run.sh scripts for osiris runner
- Added build.sh that builds runner_osiris binary in release mode - Added run.sh that builds first, then starts the runner - Fixed binary name from osiris_runner to runner_osiris - Scripts use RUSTFLAGS to suppress warnings - Runner configured via environment variables (RUNNER_ID, REDIS_URL, BASE_DB_ID)
This commit is contained in:
@@ -53,6 +53,7 @@ rand = "0.8"
|
||||
# Core hero dependencies
|
||||
hero_logger = { git = "https://git.ourworld.tf/herocode/baobab.git", branch = "logger" }
|
||||
hero-job = { path = "../job/rust" }
|
||||
hero-job-client = { path = "../job/rust/client" }
|
||||
# hero-job = { git = "https://git.ourworld.tf/herocode/job.git", subdirectory = "rust" }
|
||||
|
||||
# Osiris dependencies (used by runner_osiris binary)
|
||||
|
||||
Reference in New Issue
Block a user