File tree Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Expand file tree Collapse file tree 4 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- 6.3.2
1
+ 7.1.0
Original file line number Diff line number Diff line change 27
27
/Users/runneradmin/.cache/bazel-disk-cache
28
28
key : ${{runner.os}}-bazel-cache
29
29
- uses : actions/checkout@v4
30
- - run : bazelisk --output_user_root=C:/tmp build --config=ci //...
30
+ - run : bazelisk build --config=ci //...
31
31
- if : ${{ hashfiles('test/MODULE.bazel') != '' }}
32
- run : bazelisk --output_user_root=C:/tmp test --config=ci ...
32
+ run : bazelisk test --config=ci ...
33
33
working-directory : test
34
34
35
35
test-linux :
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ common --registry=https://raw.githubusercontent.com/ecsact-dev/bazel_registry/ma
4
4
common --registry=https://raw.githubusercontent.com/bazelboost/registry/main
5
5
common --registry=https://bcr.bazel.build
6
6
build --enable_platform_specific_config
7
- build --incompatible_use_platforms_repo_for_constraints
8
7
build --incompatible_enable_cc_toolchain_resolution
9
8
build --incompatible_strict_action_env
10
9
build --enable_runfiles
Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ copts = selects.with_or({
6
6
"-std=c++20" ,
7
7
],
8
8
("@rules_cc//cc/compiler:clang" ): [
9
- "-std=c++2b " ,
9
+ "-std=c++20 " ,
10
10
"-fexperimental-library" ,
11
11
],
12
12
("@rules_cc//cc/compiler:msvc-cl" , "@rules_cc//cc/compiler:clang-cl" ): [
13
- "/std:c++latest " ,
13
+ "/std:c++20 " ,
14
14
"/permissive-" ,
15
15
"/Zc:preprocessor" ,
16
16
],
You can’t perform that action at this time.
0 commit comments