Re: [v8-users] `fetch v8` failing in alpine linux

2018-07-20 Thread Tyler Christensen
I think "a bear of a time building v8" was pretty accurate. I found myself trying to do exactly the same thing and finally stumbled upon the ancient incantation to please the compiler gods. I posted a gist of the Dockerfile I came up with here: https://gist.github.com/tylerchr/15a74b05944cfb907

Re: [v8-users] `fetch v8` failing in alpine linux

2018-04-20 Thread Ben Noordhuis
On Thu, Apr 19, 2018 at 6:59 PM, Andrew Walker wrote: > I'm attempting to Dockerize an application that uses a particular set of > golang bindings to V8, and I'm having a bear of a time building v8. I can't > seem to even get past `fetch v8`. Just to see where it's going wrong, I > fired up a cont

[v8-users] `fetch v8` failing in alpine linux

2018-04-19 Thread Andrew Walker
I'm attempting to Dockerize an application that uses a particular set of golang bindings to V8 , and I'm having a bear of a time building v8. I can't seem to even get past `fetch v8`. Just to see where it's going wrong, I fired up a container with docker run -