Barre / privaxy

Privaxy is the next generation tracker and advertisement blocker. It blocks ads and trackers by MITMing HTTP(s) traffic.
GNU Affero General Public License v3.0
2.29k stars 96 forks source link

Build for armv7-unknown-linux-musleabihf #91

Open nosshar opened 8 months ago

nosshar commented 8 months ago

The project is a brilliant!

Began with armv7-unknown-linux-gnueabihf and solved all the problems I'd say easily. After that I spent a lot of time trying to build it with cross and rust-musl images, as well is under WSL for mentioned arch and didn't succeed. Stuck on endless and unsuccessful attempts to resolve dependencies (from relatively easy dbus-1 to xproto/cairo). Is it feasible to make a release for armv7-unknown-linux-musleabihf target? Or shed a light on how to do this.

Thank you!