Skip to content

Set $HOME for clojure in build/test

Daniel Höxtermann requested to merge build-unsandboxed into main

The clojure invocations save files in $HOME which failed on builds without sandboxing. This ensures those files get saved in the temporary directory that exists and for which the builder has permissions.

Signed-off-by: Daniel Höxtermann daniel@hxtm.dev

Merge request reports