mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-09 11:11:20 +00:00
9aaa42156b
* Upgrade Grail Bazel toolchain to latest release v0.7.2 This should allow Prysm to compile on Ubuntu 21.10 and 22.04 * Changes necessary in .bazelrc for new version of com_grail_bazel_toolchain * Add cross compilation for OSX ARM64 (Apple Silicon) * Update cross-toolchain README to include osx_arm64 * Add double quotes to shell code * Rename install_clang_cross10.sh -> install_clang_cross.sh * Update with prysmatic labs uploaded assets * Touch README to trigger CI * Revert "Touch README to trigger CI" This reverts commit 826ac8a6d8da4fe0bd8503511b00576e50861850. Co-authored-by: Raul Jordan <raul@prysmaticlabs.com> Co-authored-by: prestonvanloon <preston@prysmaticlabs.com>
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:9e04c71268adeb4028b4016ca8cc02d134c2e5d7e3a53fdc68154d1797bb3d70"
|
|
CONTAINER_TO_CONFIG_SPEC_NAMES = {"sha256:9e04c71268adeb4028b4016ca8cc02d134c2e5d7e3a53fdc68154d1797bb3d70": ["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,
|
|
) |