sassc-ruby icon indicating copy to clipboard operation
sassc-ruby copied to clipboard

Not able to override /tmp dir with TMPDIR=/data/tmp

Open rgaufman opened this issue 5 years ago • 0 comments

My /tmp dir is a mounted RAM disk with 64MB, it appears this is not enough to compile sassc. I try to override it with:

TMPDIR=/data/tmp sudo gem install sassc

But it still tries to write to /tmp and fails to compile.

Can you please respect the TMPDIR env variable or add some other mechanism to override the /tmp dir?

rgaufman avatar Dec 13 '19 20:12 rgaufman