frida / frida-rust

Frida Rust bindings
Other
176 stars 46 forks source link

Fix the arm download name #139

Open dzervas opened 1 month ago

dzervas commented 1 month ago

On armhf target frida-build tries to download the package with suffix armhf which doesn't exist. It should be arm instead

s1341 commented 1 month ago

Thanks. Please fix CI.

dzervas commented 1 month ago

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

s1341 commented 1 month ago

Ok. I will try to fix in a different PR.

s1341 commented 1 month ago

Please rebase on main