Skip to content

Commit e86d662

Browse files
authored
chore: sync with ecsact_common (#126)
Co-authored-by: seaubot <[email protected]>
1 parent 8685ae9 commit e86d662

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.3.2
1+
7.1.0

bazel/common.bazelrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ common --registry=https://raw.githubusercontent.com/ecsact-dev/bazel_registry/ma
44
common --registry=https://raw.githubusercontent.com/bazelboost/registry/main
55
common --registry=https://bcr.bazel.build
66
build --enable_platform_specific_config
7-
build --incompatible_use_platforms_repo_for_constraints
87
build --incompatible_enable_cc_toolchain_resolution
98
build --incompatible_strict_action_env
109
build --enable_runfiles

bazel/copts.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ copts = selects.with_or({
66
"-std=c++20",
77
],
88
("@rules_cc//cc/compiler:clang"): [
9-
"-std=c++2b",
9+
"-std=c++20",
1010
"-fexperimental-library",
1111
],
1212
("@rules_cc//cc/compiler:msvc-cl", "@rules_cc//cc/compiler:clang-cl"): [

0 commit comments

Comments
 (0)