Skip to content

Commit 7d0735e

Browse files
authored
Enhance repro_dump output with start and end markers for clarity (#8)
1 parent 9ac45af commit 7d0735e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

impl/config.bzl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,11 @@ def get_config_from_env_vars(rctx, toolchain_name = None):
5151
def repro_dump(rctx, config):
5252
# buildifier: disable=print
5353
print("""
54+
--------============[[ Begin toolchains_cc repro dump ]]============--------
5455
For reproducing this build, use the following configurations in your .bazelrc:
5556
common --repo_env={name}_triple={triple}
5657
common --repo_env={name}_cxx_std_lib={cxx_std_lib}
58+
--------============[[ End toolchains_cc repro dump ]]============--------
5759
""".format(
5860
name = rctx.attr.toolchain_name,
5961
cxx_std_lib = config["cxx_std_lib"],

0 commit comments

Comments
 (0)