-
**V8** (Alpine Linux)
```sh
make \
native \
library=shared \
snapshot=off \
werror=no
```
**V8Js**
```sh
./configure --with-v8js=/usr/local/v8
checking for libv8_libplatform.a..…
-
libv8 is currently not tested on Alpine. A Vagrant box would help the libv8 maintainers in making sure it builds successfully.
-
I was trying to recreate your steps of installing libv8 on the new Alpine 3.7, but I systematically get errors building the gem.
Is there any way you can update this to 3.7? Or guide me in any direct…
-
I got segmentation fault when using stackdriver gem with rails application
ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux]
rails 5.2.1
The app is deployed on unicorn
```
/home/admi…
-
V8 6.5.28 on Alpine.
The test case from [tests/ScriptCompiler_compileFunctionInContext.phpt](https://github.com/pinepain/php-v8/blob/ea989579be508176a6da6139466be61305904af2/tests/ScriptCompiler_co…
-
I'm trying to update my base image when I encountered this error which was previously absent (looks a bit similar like https://github.com/cowboyd/libv8/issues/250).
Running on Alpine `3.6`:
```
e…
-
Any chance we can get an official docker image (and link it to this repository as an automated build)? I've been trying to get it working on an Alpine base. Unfortunately it's a bit painful because …
-
I try to create a new docker image from ruby:2.3.1-alpine
This is my Dockerfile: https://github.com/monotek/zammad-docker-compose/blob/alpine/Dockerfile.zammad
When "bundle exec rake assets:pre…
-
[build.log](https://gist.github.com/anonymous/844f7fa4458c5afd5db9dce5923659c4) (master branch)
It is possible that I have a problem with V8, but `V8Js` ext works fine.
### How to test
[Dockerf…
-
```
$ go test
# github.com/augustoroman/v8
Undefined symbols for architecture x86_64:
"typeinfo for v8::ArrayBuffer::Allocator", referenced from:
typeinfo for ArrayBufferAllocator in _x00…