Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Builds fail #510

Open
1 task done
microbecode opened this issue Mar 1, 2025 · 0 comments
Open
1 task done

Builds fail #510

microbecode opened this issue Mar 1, 2025 · 0 comments
Labels
bug Report an issue or unexpected behavior infrastructure CI/CD, deployment and infrastructure changes

Comments

@microbecode
Copy link

Is there an existing issue?

  • I have searched the existing issues

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

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.

@Trantorian1 Trantorian1 added bug Report an issue or unexpected behavior infrastructure CI/CD, deployment and infrastructure changes labels Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Report an issue or unexpected behavior infrastructure CI/CD, deployment and infrastructure changes
Projects
Status: No status
Development

No branches or pull requests

2 participants