Skip to content

Commit

Permalink
Merge pull request #299 from rabbitmq/erlang_build-use_default_shell_env
Browse files Browse the repository at this point in the history
Set use_default_shell_env for erlang_build
  • Loading branch information
HoloRin authored Jun 18, 2024
2 parents 43661b1 + d7ee9e8 commit a19eadf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions private/erlang_build.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ tar --create \\
post_configure_cmds = post_configure_cmds,
extra_make_opts = extra_make_opts,
),
use_default_shell_env = True,
mnemonic = "OTP",
progress_message = "Compiling otp from source",
)
Expand Down

0 comments on commit a19eadf

Please sign in to comment.