We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ac45af commit 7d0735eCopy full SHA for 7d0735e
impl/config.bzl
@@ -51,9 +51,11 @@ def get_config_from_env_vars(rctx, toolchain_name = None):
51
def repro_dump(rctx, config):
52
# buildifier: disable=print
53
print("""
54
+--------============[[ Begin toolchains_cc repro dump ]]============--------
55
For reproducing this build, use the following configurations in your .bazelrc:
56
common --repo_env={name}_triple={triple}
57
common --repo_env={name}_cxx_std_lib={cxx_std_lib}
58
+--------============[[ End toolchains_cc repro dump ]]============--------
59
""".format(
60
name = rctx.attr.toolchain_name,
61
cxx_std_lib = config["cxx_std_lib"],
0 commit comments