Commit c31beae
committed
Make Ammonite cache its files in TMPDIR.
When running a Scala script, Ammonite attempts to download and store the
script's dependencies in /tools/.coursier-cache, which requires root
privileges.
We force Ammonite to write its cache in the current ontology's TMPDIR
instead.
closes #11591 parent d734424 commit c31beae
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1333 | 1333 | | |
1334 | 1334 | | |
1335 | 1335 | | |
1336 | | - | |
1337 | | - | |
| 1336 | + | |
| 1337 | + | |
1338 | 1338 | | |
1339 | 1339 | | |
1340 | 1340 | | |
| |||
0 commit comments