Commit 725b413
fix: set CLJ_JVM_OPTS for Maven local repo in sandbox
The tools JVM spawned by bb's deps.clj uses $HOME/.m2/repository
to find cached Maven artifacts. Inside the awf sandbox $HOME is
/root but the mount is at /home/runner/.m2. Setting maven.repo.local
via CLJ_JVM_OPTS ensures the JVM finds the mounted Maven cache.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent f15262c commit 725b413
2 files changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
75 | 75 | | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments