You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first off: thank you so much, for this super helpful tool! 🙂
1.7.0 builds fine on other platforms (e.g. win10, ubuntu 2404 lts),
but on alpine 3.20 cargo fails to compile, when trying to download the following link:
with the error: urllib.error.HTTPError: HTTP Error 404: Not Found thread 'main' panicked at /home/{user_name}/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/v8-0.105.1/build.rs:551:3:
curl and various web browsers give me the same 404 error for this link,
so I assume the file really is not there.
maybe it got renamed or needs to be generated slightly differently? 🤔
would be great if 1.7.0 could be built on alpine-linux-musl, too. 🚀
The text was updated successfully, but these errors were encountered:
It looks like deno's v8 bindings aren't pre-built for musl. I haven't looked at it closely, but there is some related discussion in denoland/rusty_v8#49.
first off: thank you so much, for this super helpful tool! 🙂
1.7.0 builds fine on other platforms (e.g. win10, ubuntu 2404 lts),
but on alpine 3.20 cargo fails to compile, when trying to download the following link:
https://github.com/denoland/rusty_v8/releases/download/v0.105.1/librusty_v8_release_x86_64-alpine-linux-musl.a.gz
with the error:
urllib.error.HTTPError: HTTP Error 404: Not Found
thread 'main' panicked at /home/{user_name}/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/v8-0.105.1/build.rs:551:3:
curl and various web browsers give me the same 404 error for this link,
so I assume the file really is not there.
maybe it got renamed or needs to be generated slightly differently? 🤔
would be great if 1.7.0 could be built on
alpine-linux-musl
, too. 🚀The text was updated successfully, but these errors were encountered: