Skip to content

Commit 727f2b8

Browse files
Merge pull request #8789 from rabbitmq/mergify/bp/v3.12.x/pr-8788
Explicitly set HOME in `elixir_build` rule (backport #8788)
2 parents 0515d31 + 3a85235 commit 727f2b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bazel/elixir/elixir_build.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ fi
6464
{maybe_install_erlang}
6565
6666
export PATH="{erlang_home}"/bin:${{PATH}}
67+
export HOME="$(mktemp -d)"
6768
6869
ABS_BUILD_DIR=$PWD/{build_path}
6970
ABS_RELEASE_DIR=$PWD/{release_path}

0 commit comments

Comments
 (0)