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
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)
The text was updated successfully, but these errors were encountered:
ryankurte
changed the title
Support --manifest-path for specifying cargo dir
Support --manifest-path for specifying a project dir
Oct 26, 2020
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.
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)The text was updated successfully, but these errors were encountered: