resolves #170 build v8go for musl libc#350
Conversation
|
Note : I'm currently building |
|
I've added |
|
Yay! tests are running fine on Alpine 🎉 You can see the result on my fork: https://github.com/Mogztter/v8go/pull/1 |
|
Will this fix 32 bit arm too? Or is there perhaps a way to put the build workflow in the process, so don't need to pre-vendor? |
|
Not really but you can use the same approach to compile V8 on arm32 using Docker. |
@ggrossetie Hi there! The link for the result is not working. Could you please share the working example? |
I was trying to build a native binary for D2 but they are now using another library so I've deleted my fork 😞 |
What I Did
deps/alpine_x84_64/gn, you can run the workflow again to replace this fileget_v8deps.pyandcompile_v8.pyscripts to get dependencies and compile v8 (in one go)deps/alpine_x86_64(disclaimer: I don't know what I'm doing 🐶)CC=musl-gccto install v8go on Alpine?deps/alpine_x84_64/vendor.goresolves #170