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

CI/android: Select wgpu example by package name instead of manifest path #945

Merged
merged 1 commit into from
Nov 24, 2022

Conversation

MarijnS95
Copy link
Contributor

Specifying a manifest path still allows cargo and cargo-apk to find the workspace a package belongs to. We've decided that properly implementing package selection between cargo-apk and cargo-subcommand would be nontrivial and ended up requiring the package to be selected explicitly via -p for now.

Specifying a manifest path still allows `cargo` and `cargo-apk` to find the workspace a package belongs to. We've decided that properly implementing [package selection](https://doc.rust-lang.org/cargo/commands/cargo-build.html#package-selection) between `cargo-apk` and `cargo-subcommand` would be [nontrivial](https://github.com/dvc94ch/cargo-subcommand/pull/23/files#diff-23af5356f6001cd3993cd3c801fb7716ea02d1e504081b9fb569332db6107e80R53-R57) and ended up requiring the package to be selected explicitly via `-p` for now.
@oisyn oisyn enabled auto-merge (rebase) November 24, 2022 15:33
@oisyn oisyn merged commit 2094a71 into EmbarkStudios:main Nov 24, 2022
@MarijnS95 MarijnS95 deleted the patch-1 branch November 25, 2022 16:23
@MarijnS95
Copy link
Contributor Author

Fwiw I've started reimplementing --manifest-path support in rust-mobile/cargo-subcommand#25.

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

Successfully merging this pull request may close these issues.

3 participants