Closed
Description
After upgrading to sprockets 4 I get the following segfault when trying to recompile the assets. Maybe it's related to #633 ?
The image is built using docker and the latest ruby:alpine image. On another project this runs just without issues so it must be something special here
The manifest.js
is just the default one:
//= link_tree ../images
//= link_directory ../javascripts .js
//= link_directory ../stylesheets .css
Full output: https://pastebin.com/2m0z9aXi