Skip to content

Commit 421243c

Browse files
devversionclydin
authored andcommitted
build: remove cpp toolchain as it's no longer needed in Bazel 6
https://bazel.build/concepts/platforms
1 parent 14bdb28 commit 421243c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.bazelrc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@ build:remote --jobs=150
133133

134134
# Setup the toolchain and platform for the remote build execution. The platform
135135
# is provided by the shared dev-infra package and targets k8 remote containers.
136-
build:remote --crosstool_top=@npm//@angular/build-tooling/bazel/remote-execution/cpp:cc_toolchain_suite
137-
build:remote --extra_toolchains=@npm//@angular/build-tooling/bazel/remote-execution/cpp:cc_toolchain
138136
build:remote --extra_execution_platforms=@npm//@angular/build-tooling/bazel/remote-execution:platform_with_network
139137
build:remote --host_platform=@npm//@angular/build-tooling/bazel/remote-execution:platform_with_network
140138
build:remote --platforms=@npm//@angular/build-tooling/bazel/remote-execution:platform_with_network

0 commit comments

Comments
 (0)