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 97 forks source link

Error compiling web_frontend ( arm64 ) #31

Closed supperchym23 closed 1 year ago

supperchym23 commented 1 year ago

I have same issue like https://github.com/Barre/privaxy/issues/18 but on arm64, nodejs already upgrade (18.9). warning: web_frontend (bin "web_frontend") generated 2 warnings Finished release [optimized] target(s) in 1m 17s 2022-09-23T18:03:21.417497Z INFO fetching cargo artifacts 2022-09-23T18:03:21.541404Z INFO processing WASM for web_frontend 2022-09-23T18:03:21.546225Z INFO calling wasm-bindgen for web_frontend 2022-09-23T18:03:21.549376Z ERROR ❌ error error from HTML pipeline

Caused by: 0: error from asset pipeline 1: error spawning wasm-bindgen call 2: Exec format error (os error 8) Error: error from HTML pipeline

Caused by: 0: error from asset pipeline 1: error spawning wasm-bindgen call 2: Exec format error (os error 8)

Thanks!

mzy2240 commented 1 year ago

Did you manage to solve the issue?

Barre commented 1 year ago

There is already a working pipeline for linux arm64 https://github.com/Barre/privaxy/blob/main/.github/workflows/ci.yml#L80

mzy2240 commented 1 year ago

Still fails when building the web frontend, even with the latest version

mzy2240 commented 1 year ago

I guess the trunk config, instead of CI, should be updated