This PR was done while working on reproducible builds for openSUSE.
Package is called rubygem-sassc there.
The only other problem is that --disable-march-tune-native is not the default, so results vary depending on build worker CPU. Could also be selected if the SOURCE_DATE_EPOCH env var is set.
Sort input file list so that
libsass.so
builds in a reproducible way in spite of indeterministic filesystem readdir order.See https://reproducible-builds.org/ for why this is good.
This PR was done while working on reproducible builds for openSUSE. Package is called
rubygem-sassc
there.The only other problem is that
--disable-march-tune-native
is not the default, so results vary depending on build worker CPU. Could also be selected if theSOURCE_DATE_EPOCH
env var is set.