Closed titansmc closed 5 years ago
@titansmc
I believe that you use: TMPDIR=/var/singularity/tmp singularity build [...]
Because of the change to Go, we're using a different code path than we previously did, so just setting TMPDIR
works.
TMPDIR is the correct option to use here @titansmc . Please let us know if it does not work for you!
Side note, this should be documented as deprecated or put in the changelog as removed.
Works like a charm. Thank.
On Sat, Oct 27, 2018, 6:54 PM Justin notifications@github.com wrote:
TMPDIR is the correct option to use here @titansmc https://github.com/titansmc . Please let us know if it does not work for you!
Side note, this should be documented as deprecated or put in the changelog as removed.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/sylabs/singularity/issues/2305#issuecomment-433636893, or mute the thread https://github.com/notifications/unsubscribe-auth/AH0AYOxoMErbb3BKrKgMJMAbxp6lf6d7ks5upI-sgaJpZM4X8tKv .
@bauerm97
Where should this go in the changelog? A new section on removed environment variables?
Hey @titansmc!
This is actually a regression, it should be SINGULARITY_TMPDIR
and this will be fixed by PR #2396
Version of Singularity:
latest pull from master
Expected behavior
build image in specific tmpdir
Actual behavior
Steps to reproduce behavior
Set diferent path like: SINGULARITY_TMPDIR=/var/singularity/tmp singularity --verbose build ngless Singularity