-
Notifications
You must be signed in to change notification settings - Fork 105
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
Razes fails inside cargo workspace due to with 'failed to read' #361
Comments
This occurs because internally cargo-raze/impl/src/metadata.rs Lines 185 to 254 in eee9428
|
@acmcarther @dfreese How do you guys feel about not copying source code into a temporary directory? I don't think Cargo will alter anything in the source tree when gathering metadata. I think this would solve for this issue and reduce code complexity. I know this has been brought up before but forgot the rationale. |
Hi! This is currently blocking me from building a Rust target in a multi-language monorepo. Is there a workaround available? I tried copying a Should I start hand-writing |
@UebelAndre I think the functionality around cloning binary dependencies still requires the temporary directory. |
This is how I work around rust-lang/cargo#5042 to get path dependencies into vendored Rust dependencies. The generated BUILD files are built with google#524, because otherwise they don't work. This fixes google#361.
I think this is related to #136.
I've uploaded a minimal repro, which can be reproduced by running:
The text was updated successfully, but these errors were encountered: