github.com/prysmaticlabs/prysm@v1.4.4/tools/cross-toolchain/empty.bzl (about) 1 _BAZEL_TO_CONFIG_SPEC_NAMES = {} 2 3 # sha256 digest of the latest version of the toolchain container. 4 LATEST = "" 5 6 _CONTAINER_TO_CONFIG_SPEC_NAMES = {} 7 8 _DEFAULT_TOOLCHAIN_CONFIG_SPEC = "" 9 10 _TOOLCHAIN_CONFIG_SPECS = [] 11 12 TOOLCHAIN_CONFIG_AUTOGEN_SPEC = struct( 13 bazel_to_config_spec_names_map = _BAZEL_TO_CONFIG_SPEC_NAMES, 14 container_to_config_spec_names_map = _CONTAINER_TO_CONFIG_SPEC_NAMES, 15 default_toolchain_config_spec = _DEFAULT_TOOLCHAIN_CONFIG_SPEC, 16 latest_container = LATEST, 17 toolchain_config_specs = _TOOLCHAIN_CONFIG_SPECS, 18 )