mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-26 05:17:22 +00:00
aa86c94a91
* Update to bazel 5 * Add new bazel 5 experimental flags to improve remote caching * regen cross compile for bazel 5 * gazelle * remove some old flags * use heremtic builds sandbox * minimal downloads for better disk usage * Restore manual tags for darwin builds
16 lines
1.3 KiB
Python
16 lines
1.3 KiB
Python
# Generated file, do not modify by hand
|
|
# Generated by 'rbe_ubuntu_clang_gen' rbe_autoconfig rule
|
|
"""Definitions to be used in rbe_repo attr of an rbe_autoconf rule """
|
|
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")
|
|
_TOOLCHAIN_CONFIG_SPECS = [toolchain_config_spec0]
|
|
_BAZEL_TO_CONFIG_SPEC_NAMES = {"5.0.0": ["clang"]}
|
|
LATEST = "sha256:ebf03ab43a88499e70c8bb4dad70b8bdbc9f9923a87bc72c39e9e7690fcd49f2"
|
|
CONTAINER_TO_CONFIG_SPEC_NAMES = {"sha256:ebf03ab43a88499e70c8bb4dad70b8bdbc9f9923a87bc72c39e9e7690fcd49f2": ["clang"]}
|
|
_DEFAULT_TOOLCHAIN_CONFIG_SPEC = toolchain_config_spec0
|
|
TOOLCHAIN_CONFIG_AUTOGEN_SPEC = struct(
|
|
bazel_to_config_spec_names_map = _BAZEL_TO_CONFIG_SPEC_NAMES,
|
|
container_to_config_spec_names_map = CONTAINER_TO_CONFIG_SPEC_NAMES,
|
|
default_toolchain_config_spec = _DEFAULT_TOOLCHAIN_CONFIG_SPEC,
|
|
latest_container = LATEST,
|
|
toolchain_config_specs = _TOOLCHAIN_CONFIG_SPECS,
|
|
) |