@@ -114,11 +114,11 @@ build:remote --cpu=k8
|
114 | 114 | build:remote --host_cpu=k8 |
115 | 115 | |
116 | 116 | # Toolchain and platform related flags |
117 | | -build:remote --crosstool_top=//dev-infra/bazel/remote-execution/cpp:cc_toolchain_suite |
118 | | -build:remote --extra_toolchains=//dev-infra/bazel/remote-execution/cpp:cc_toolchain |
119 | | -build:remote --extra_execution_platforms=//dev-infra/bazel/remote-execution:platform |
120 | | -build:remote --host_platform=//dev-infra/bazel/remote-execution:platform |
121 | | -build:remote --platforms=//dev-infra/bazel/remote-execution:platform |
| 117 | +build:remote --crosstool_top=@npm//@angular/dev-infra-private/bazel/remote-execution/cpp:cc_toolchain_suite |
| 118 | +build:remote --extra_toolchains=@npm//@angular/dev-infra-private/bazel/remote-execution/cpp:cc_toolchain |
| 119 | +build:remote --extra_execution_platforms=@npm//@angular/dev-infra-private/bazel/remote-execution:platform |
| 120 | +build:remote --host_platform=@npm//@angular/dev-infra-private/bazel/remote-execution:platform |
| 121 | +build:remote --platforms=@npm//@angular/dev-infra-private/bazel/remote-execution:platform |
122 | 122 | |
123 | 123 | # Remote instance and caching |
124 | 124 | build:remote --remote_instance_name=projects/internal-200822/instances/primary_instance |
|