sass / sassc

libsass command line driver
Other
784 stars 131 forks source link

New sassc 3.6.1 is broken #265

Closed tim77 closed 4 years ago

tim77 commented 4 years ago

Description of problem: After sassc was updated to 3.6.1 packages depend on it won't compile anymore. This look like memory leak during build process.

Version-Release number of selected component (if applicable): 3.6.1

How reproducible: Try to build yaru-theme for example.

Actual results:

ninja: Entering directory `noarch-redhat-linux-gnu'
[1/11] /usr/bin/sassc -a ../gnome-shell/src/gnome-shell.scss gnome-shell/src/gnome-shell.css
[2/11] /usr/bin/sassc -a ../gnome-shell/src/gnome-shell-high-contrast.scss gnome-shell/src/gnome-shell-high-contrast.css

and build stuck here until OOM killer happened.

Expected results: Successful build as before and earlier versions.

Additional info:

tim77 commented 4 years ago

Duplicate of https://github.com/sass/libsass/issues/3033