Ensure the linux version of libv8-node gets installed

mini_racer depends on libv8-node, this uses a compiled binary. Bundler
should automatically install the linux version but instead uses the
linux-musl one.

There are a few issues documenting this behavior

https://github.com/rubyjs/mini_racer/issues/218
https://github.com/rubyjs/libv8-node/issues/5

Setting up the platform will make this usable under linux (ugly, but
a non resolved issue will break deployment with ruby 2.5
This commit is contained in:
guido 2021-12-29 16:49:25 -03:00
parent 37c2ec08cf
commit cf56de4682
1 changed files with 1 additions and 0 deletions

View File

@ -286,6 +286,7 @@ GEM
PLATFORMS
ruby
x86_64-linux
DEPENDENCIES
RedCloth (~> 4.2)