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

Support --manifest-path for specifying a project dir #95

Closed
ryankurte opened this issue Oct 26, 2020 · 2 comments
Closed

Support --manifest-path for specifying a project dir #95

ryankurte opened this issue Oct 26, 2020 · 2 comments

Comments

@ryankurte
Copy link

when building components of a larger project it is often useful to specify the manifest directory directly, particularly because we can't really do multi-target workspaces rust-lang/cargo#7004.

relates to actions-rs/cargo#86 which could mitigate this problem for github-actions.

(also seem to be seeing a similar issue to rust-lang/cargo#4866 when trying to build log for the wrong target when using a workspace but, not sure why that is)

@ryankurte ryankurte changed the title Support --manifest-path for specifying cargo dir Support --manifest-path for specifying a project dir Oct 26, 2020
@PhilippMolitor
Copy link
Contributor

PhilippMolitor commented Oct 14, 2024

currently experiencing the same issue. should be as easy as adding the arg to src/lib.rs and then passing it correctly to cargo in the cargo_build_args function.

@PhilippMolitor
Copy link
Contributor

can be closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants