Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

freeze #175

Open
claudiainbytes opened this issue Aug 27, 2022 · 4 comments
Open

freeze #175

claudiainbytes opened this issue Aug 27, 2022 · 4 comments

Comments

@claudiainbytes
Copy link

No description provided.

@KevinTriplett
Copy link

KevinTriplett commented Nov 25, 2022

On Debian 11 x86_64, bundle install freezes and eventually is killed. Here's my Gemfile.lock around this gem:

    sassc (2.4.0)
      ffi (~> 1.9)
    sassc-rails (2.1.2)
      railties (>= 4.0.0)
      sassc (>= 2.0)
      sprockets (> 3.0)
      sprockets-rails
      tilt

Output is:

Installing sassc 2.4.0 with native extensions
Killed

(Odd that @claudiainbytes opened this issue but didn't leave a description...so I'm hijacking it 😅)

@KevinTriplett
Copy link

KevinTriplett commented Nov 25, 2022

So in my situation, it was related to this issue, too low a memory for the deploy server. Compiling native extensions for sassc takes a lot of memory apparently. Note, I tried the "downgrade to 2.1.0 hack" and it didn't solve my problem.

@johnnyshields
Copy link

FYI I'm maintaining dartsass-sprockets which is a fork of this gem. You can try it and see if your issue is resolved; it uses a different engine (Dart Sass) under-the-hood and folks have reported the build is much better.

@yizeng
Copy link

yizeng commented Apr 13, 2024

@johnnyshields Just wanted to give you a pat on the back and say thank you! Good job with dartsass-sprockets. It works like a charm!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants