Lines Matching full:toolchains
43 # targets using any of these toolchains due to the changed repository name.
56 …# The order follows bazel's iteration over modules (the toolchains declared by the root module are…
60 toolchains = []
96 toolchains.append(struct(
122 toolchains.append(struct(
132 if len(toolchains) > _MAX_NUM_TOOLCHAINS:
135 # Toolchains in a BUILD file are registered in the order given by name, not in the order they
138 # We pad with an index that lexicographically sorts in the same order as if these toolchains
144 for index, toolchain in enumerate(toolchains)
146 geese = [toolchain.goos for toolchain in toolchains],
147 goarchs = [toolchain.goarch for toolchain in toolchains],
148 sdk_repos = [toolchain.sdk_repo for toolchain in toolchains],
149 sdk_types = [toolchain.sdk_type for toolchain in toolchains],
150 sdk_versions = [toolchain.sdk_version for toolchain in toolchains],