From cf56de4682fc61f53898081264cde4db346c17b7 Mon Sep 17 00:00:00 2001 From: guido Date: Wed, 29 Dec 2021 16:49:25 -0300 Subject: [PATCH] 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 --- Gemfile.lock | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile.lock b/Gemfile.lock index 5ae21df8..ba2d1ef2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -286,6 +286,7 @@ GEM PLATFORMS ruby + x86_64-linux DEPENDENCIES RedCloth (~> 4.2)