Skip to content

Commit 71a465c

Browse files
Merge pull request #8792 from rabbitmq/mergify/bp/v3.10.x/pr-8791
Explicitly set HOME in `elixir_build` rule (backport #8788) (backport #8789) (backport #8791)
2 parents 35f0125 + 6caec77 commit 71a465c

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)