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
Hey y'all! I'm not sure if this is intended or documented somewhere but it seems as if rusty_v8 does not play well with musl-tools. (It looks like y'all are currently only building forx86_64-unknown-linux-gnu so this issue may just be out of scope).
I've made a minimally reproducible example with this repo that includes rusty_v8 as a dependency, and prints Hello, World.
I have a GitHub Action set up to build this crate with the following steps:
Hey y'all! I'm not sure if this is intended or documented somewhere but it seems as if
rusty_v8
does not play well withmusl-tools
. (It looks like y'all are currently only building forx86_64-unknown-linux-gnu
so this issue may just be out of scope).I've made a minimally reproducible example with this repo that includes
rusty_v8
as a dependency, and printsHello, World
.I have a GitHub Action set up to build this crate with the following steps:
The
Build
step fails with the following errorThe full verbose failure logs here.
Please let me know if there's any way I can help!
The text was updated successfully, but these errors were encountered: