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

Build dynamic libraries with binaries #35

Open
ShayBox opened this issue Nov 9, 2022 · 1 comment
Open

Build dynamic libraries with binaries #35

ShayBox opened this issue Nov 9, 2022 · 1 comment

Comments

@ShayBox
Copy link

ShayBox commented Nov 9, 2022

By default cargo build will build all workspace members including binaries and libraries, but this action requires adding the --bin flag which only builds binaries, can the bin option be made optional and default to normal cargo build without it?

EDIT: The include option is also a bit useless if it fails the action if it cant find a file, there may be platform dependent files such as libexample.so and example.dll but all builds fail when one of them doesn't match on one target matrix.

@ShayBox
Copy link
Author

ShayBox commented Nov 9, 2022

If you remove the double quotes around in the cp -r command it would allow wildcards such as *example.*, very easy way to get some versatility out of bash and would fix the second problem with include

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

1 participant