You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interestingly, runs succeed (if adding the target binary, as mentioned here: #509 ). For example this works: cargo run --bin madara -- --help
error: couldn't read `orchestrator/crates/orchestrator/src/jobs/snos_job/../../../../../build/os_latest.json`: No such file or directory (os error 2)
--> orchestrator/crates/orchestrator/src/jobs/snos_job/mod.rs:33:32
|
33 | pub const COMPILED_OS: &[u8] = include_bytes!("../../../../../build/os_latest.json");
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info)
Steps to reproduce
Run cargo build on a fresh folder.
The text was updated successfully, but these errors were encountered:
Is there an existing issue?
Description of bug
Running
cargo build
fails.Interestingly, runs succeed (if adding the target binary, as mentioned here: #509 ). For example this works:
cargo run --bin madara -- --help
Steps to reproduce
Run
cargo build
on a fresh folder.The text was updated successfully, but these errors were encountered: