This repository was archived by the owner on May 4, 2022. It is now read-only.
Commit 4f058a9
committed
Avoid regenerating classpath cache.
Note, when running a new Polygott container, in order for `clj`/`clojure`
command to find and use the classpath cache and the Maven artifact cache
generated during the time the Polygott container image is built:
1) the container needs to be run as user `runner` in group `runner`
(i.e., with `--user runner:runner`)
2) `polygott-lang-setup -l clojure` needs to be run first inside the
container before running any other Polygott command
(e.g., `polygott-self-test`, `polygott-survey`, and `run-project`)1 parent 5f0cbb7 commit 4f058a9
1 file changed
+12
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
27 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
34 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
35 | 41 | | |
36 | 42 | | |
37 | 43 | | |
| |||
0 commit comments