github.com/prysmaticlabs/prysm@v1.4.4/tools/cross-toolchain/configs/versions.bzl (about)

     1  # Generated file, do not modify by hand
     2  # Generated by 'rbe_ubuntu_clang_gen' rbe_autoconfig rule
     3  """Definitions to be used in rbe_repo attr of an rbe_autoconf rule  """
     4  toolchain_config_spec0 = struct(config_repos = ["prysm_toolchains"], create_cc_configs = True, create_java_configs = True, env = {"BAZEL_COMPILER": "clang", "BAZEL_LINKLIBS": "-l%:libstdc++.a", "BAZEL_LINKOPTS": "-lm:-static-libgcc", "BAZEL_USE_LLVM_NATIVE_COVERAGE": "1", "GCOV": "llvm-profdata", "CC": "clang", "CXX": "clang++"}, java_home = "/usr/lib/jvm/java-8-openjdk-amd64", name = "clang")
     5  _TOOLCHAIN_CONFIG_SPECS = [toolchain_config_spec0]
     6  _BAZEL_TO_CONFIG_SPEC_NAMES = {"3.7.0": ["clang"]}
     7  LATEST = "sha256:bd40e9a43b983c8b06079d14a0530100d6e1d59796616ca1d8b3902a197c97b1"
     8  CONTAINER_TO_CONFIG_SPEC_NAMES = {"sha256:bd40e9a43b983c8b06079d14a0530100d6e1d59796616ca1d8b3902a197c97b1": ["clang"]}
     9  _DEFAULT_TOOLCHAIN_CONFIG_SPEC = toolchain_config_spec0
    10  TOOLCHAIN_CONFIG_AUTOGEN_SPEC = struct(
    11          bazel_to_config_spec_names_map = _BAZEL_TO_CONFIG_SPEC_NAMES,
    12          container_to_config_spec_names_map = CONTAINER_TO_CONFIG_SPEC_NAMES,
    13          default_toolchain_config_spec = _DEFAULT_TOOLCHAIN_CONFIG_SPEC,
    14          latest_container = LATEST,
    15          toolchain_config_specs = _TOOLCHAIN_CONFIG_SPECS,
    16      )