frida-rust
frida-rust copied to clipboard
Fix the arm download name
On armhf target frida-build tries to download the package with suffix armhf which doesn't exist. It should be arm instead
Thanks. Please fix CI.
I didn't change anything related to the CI failure
It broke due to the new rust 1.80 which checks for cfg settings (but doc_cfg I think is valid)
I'm not sure how to fix it cleanly
Ok. I will try to fix in a different PR.
Please rebase on main