File tree Expand file tree Collapse file tree 3 files changed +423
-29
lines changed Expand file tree Collapse file tree 3 files changed +423
-29
lines changed Original file line number Diff line number Diff line change 1
1
build --announce_rc
2
2
3
- query --experimental_repo_remote_exec
4
- build --experimental_repo_remote_exec
5
- build --cxxopt=-std=c++17 --host_cxxopt=-std=c++17
6
- build --cxxopt=-w --host_cxxopt=-w
7
- build --define=grpc_no_ares=true
8
- build --define=tsl_link_protobuf=true
9
- build --define open_source_build=true
10
-
11
- build --define framework_shared_object=true
12
- build --define tsl_protobuf_header_only=true
13
- build --define=use_fast_cpp_protos=true
14
- build --define=allow_oversize_protos=true
3
+ # TODO: Migrate for https://github.com/bazelbuild/bazel/issues/7260
4
+ common --noincompatible_enable_cc_toolchain_resolution
5
+ common --experimental_repo_remote_exec
6
+ common --cxxopt=-std=c++17 --host_cxxopt=-std=c++17
7
+ common --cxxopt=-w --host_cxxopt=-w
8
+ common --define=grpc_no_ares=true
9
+ common --define=tsl_link_protobuf=true
10
+ common --define open_source_build=true
11
+ common
12
+ common --define framework_shared_object=true
13
+ common --define tsl_protobuf_header_only=true
14
+ common --define=use_fast_cpp_protos=true
15
+ common --define=allow_oversize_protos=true
15
16
16
17
build -c opt
17
18
You can’t perform that action at this time.
0 commit comments