Commit f15262c
fix: set DEPS_CLJ_TOOLS_DIR for sandbox HOME mismatch
Inside the awf sandbox $HOME is /root (runs as root), but the
mount maps /home/runner/.deps.clj into the container at that same
host path. bb's deps.clj uses $HOME/.deps.clj/ by default, so it
looks in /root/.deps.clj/ and misses the mount. Setting
DEPS_CLJ_TOOLS_DIR to the absolute /home/runner/.deps.clj path
via GITHUB_ENV ensures bb finds the tools jar regardless of $HOME.
Also removed debug logging from previous iteration.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 478127a commit f15262c
File tree
2 files changed
+8
-14
lines changed- .github/workflows
2 files changed
+8
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
54 | 55 | | |
55 | | - | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | 58 | | |
64 | 59 | | |
65 | 60 | | |
66 | 61 | | |
67 | | - | |
68 | 62 | | |
69 | 63 | | |
70 | 64 | | |
71 | | - | |
72 | | - | |
73 | 65 | | |
74 | 66 | | |
75 | 67 | | |
76 | 68 | | |
77 | 69 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | 70 | | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
82 | 76 | | |
83 | 77 | | |
84 | 78 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments