Skip to content

Commit fe2267f

Browse files
committed
[WiP] Try to fix non-Linux CI
See: emscripten-core/emscripten#24733.
1 parent 2049a54 commit fe2267f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vips-library.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ var LibraryVips = {
2323
#if ENVIRONMENT_MAY_BE_NODE
2424
// libvips stores temporary files by default in `/tmp`;
2525
// set the TMPDIR env variable to override this directory
26-
ENV['TMPDIR'] = require('os').tmpdir();
26+
//ENV['TMPDIR'] = require('os').tmpdir();
2727
#endif
2828
});
2929

0 commit comments

Comments
 (0)