-
Notifications
You must be signed in to change notification settings - Fork 12.1k
Closed
Labels
Description
Have you checked that your issue isn't already filed?
- I read through FAQ and searched through the past issues, none of which addressed my issue.
- Yes, I have checked that this issue isn't already filed.
Bug description
Docker Image CI Workflow is failing due to mini_racer
How to reproduce the bug
Check the failed action.
Error messages and logs
Error message of interest:
compiling mini_racer_extension.cc
linking shared-object mini_racer_extension.so
/usr/bin/ld: cannot find
/var/lib/gems/3.2.0/gems/libv8-node-21.7.2.0-x86_64-linux/vendor/v8/x86_64-linux-gnu/libv8/obj/libv8_monolith.a:
No such file or directory
collect2: error: ld returned 1 exit status
make: *** [Makefile:265: mini_racer_extension.so] Error 1
An error occurred while installing mini_racer (0.12.0), and Bundler cannot continue.
In Gemfile:
mini_racer
What operating system are you using?
Not applicable (e.g. you're using GitHub Pages or other hosting)
Where are you seeing the problem on?
Deployed site
More info
It is probably due to mini_racer
version 0.12.0
. I checked their repo and found this issue. Can you take a look at it @pourmand1376?