Closed tienna-0051 closed 3 years ago
Thanks for the report! I'll take a look tomorrow
Good morning,
I've added a dynamically linked armv7 build to my CI pipeline (link to the built binary below). Can you give it a try and see if it works on your end?
For whatever reason serde won't derive Serialize/Deserialize on atomics for arm, so I wrote a custom [de]serializer for the Stats struct. My tests still pass using an x86 binary, but I don't know if they truly pass on an arm host.
Could you try the following and make sure nothing goes haywire?
ctrl+c
, this will hit the serialization of the Stats struct--resume-from STATE_FILE
, this will hit the deserialization of the Stats structIf everything looks ok for you, ill merge to main.
armv7 feroxbuster: https://github.com/epi052/feroxbuster/suites/2188250532/artifacts/45096600
Hi,
I ran a test with the new artifact on my raspberry pi, and it seems working correctly 👍 Log: https://pastebin.ubuntu.com/p/b8cCSYsX72/
Describe the bug I'm trying to build feroxbuster on the raspberry pi but run into an error with
serde
To Reproduce
At https://serde.rs/derive.html#troubleshooting, the docs suggest to "upgrade or downgrade libraries as appropriate until the Serde versions match" but
cargo tree -d
return nothing. Can you check this?Best regards,