This repository was archived by the owner on Nov 16, 2024. It is now read-only.
generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 16
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:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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: