Skip to content

Commit e43cd85

Browse files
authored
Ygg (#1222)
* More ygg * no rules py * try amd64 * more fixes * fix * system name * Add host toolchain * ldpath * no libstdc++ * mitigate toolchain res * darw * definitely use host toolchain on host * restore gcc * Revert "restore gcc" This reverts commit 457bc2f. * libc++ * more libc++ * fix
1 parent 7be96d8 commit e43cd85

File tree

3 files changed

+423
-29
lines changed

3 files changed

+423
-29
lines changed

deps/ReactantExtra/.bazelrc

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
build --announce_rc
22

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
1516

1617
build -c opt
1718

0 commit comments

Comments
 (0)