-
Notifications
You must be signed in to change notification settings - Fork 391
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
Missing manifest file issue #1469
Comments
I think this is an issue of us not properly resolving workspaces, so we don't grab the correct paths.
looks very wrong. This was supposed to be fixed with #684 but I think an assumption done there has been broken. Should be fixed with #939, can you reproduce the issue with cross installed from the main branch? |
https://github.com/makspll/bevy_mod_scripting/blame/10dcca992a5bdcd172b293e54a3f6dcdbbd848f2/crates/languages/bevy_mod_scripting_lua_derive/Cargo.toml#L26 this is the reason I think. Try using |
Sorry, linked the wrong line, should be https://github.com/makspll/bevy_mod_scripting/blob/10dcca992a5bdcd172b293e54a3f6dcdbbd848f2/crates/languages/bevy_mod_scripting_lua_derive/Cargo.toml#L43 the problem is basically that you're traversing down to much, if anything it should be |
So to summarize, cross 0.2.5 mounts the cargo workspace at You can reproduce this issue without cross by renaming the repos folder to something else, here's me doing it on windows by renaming
|
Oh good catch! I wonder why this doesn't break on a normal build? |
I am still having this issue whit the newest cross installed on Mac M1....
|
@naijim switch to using cross from the main branch. |
I am using the main branch LOL. I just installed cross a few hours ago with:
|
ok, can you open a new issue with the precise error message? thank you! This issue is old |
OK. |
It looks like my problem related to #1181. I managed to resolve it by placing this in Cross.toml under project root:
|
Thanks for posting this, I am also experience the same issue. |
Checklist
Describe your issue
Cross randomly stopped working in our CI at bevy_mod_scripting, as described here: houseabsolute/actions-rust-cross#15
What target(s) are you cross-compiling for?
aarch64-unknown-linux-gnu
Which operating system is the host (e.g computer cross is on) running?
What architecture is the host?
What container engine is cross using?
cross version
0.2.5
Example
in root of the workspace at: https://github.com/makspll/bevy_mod_scripting
Causes:
Additional information / notes
No response
The text was updated successfully, but these errors were encountered: