-
Notifications
You must be signed in to change notification settings - Fork 15
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
Use cargo-bloat-action without --crates? #147
Comments
@orf Any ideas on this? Would be incredible if we could use this for embedded projects... |
Hey! Sorry, I've been really busy since I released this! There should absolutely be a way, I think it will be pretty simple. I'll have a crack at it today. |
Added! Try setting |
It compiles, which is great: stm32-rs/stm32f4xx-hal#159 (comment) It doesn't quite yield the expected output though. ;) This is the human-readable output:
Few things of note:
|
Thanks for creating this action for one of my most beloved tools. Of course I immediately had to try it on one of my embedded crates now that #145 has landed. Unfortunately it seems to rely on the use of the
--crates
flag which is unfortunate because that one is not useful in this case.Is there any way this action could accept non-
--crates
output as well?cf.
https://github.com/stm32-rs/stm32f4xx-hal/pull/159/checks?check_run_id=665421950
The text was updated successfully, but these errors were encountered: