Skip to content

Commit 4ff39f7

Browse files
HoloRinmergify[bot]
authored andcommitted
Set use_default_shell_env for erlang_build
Since we don't have a hermetic erlang build available, this makes it easier to use what's on the host (cherry picked from commit d7ee9e8)
1 parent 6d4b5ad commit 4ff39f7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

private/erlang_build.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ tar --create \\
159159
post_configure_cmds = post_configure_cmds,
160160
extra_make_opts = extra_make_opts,
161161
),
162+
use_default_shell_env = True,
162163
mnemonic = "OTP",
163164
progress_message = "Compiling otp from source",
164165
)

0 commit comments

Comments
 (0)