-
-
Notifications
You must be signed in to change notification settings - Fork 219
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resolves #170 build v8go for musl libc #350
base: master
Are you sure you want to change the base?
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.py
andcompile_v8.py
scripts to get dependencies and compile v8 (in one go)deps/alpine_x86_64
(disclaimer: I don't know what I'm doing 🐶)CC=musl-gcc
to install v8go on Alpine?deps/alpine_x84_64/vendor.go
resolves #170