Skip to content

Commit 4e3b9d5

Browse files
committed
chore: sync with ecsact_common
1 parent 5dfe867 commit 4e3b9d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
/Users/runneradmin/.cache/bazel-disk-cache
2828
key: ${{runner.os}}-bazel-cache
2929
- uses: actions/checkout@v4
30-
- run: bazelisk --output_user_root=C:/tmp build --config=ci //...
30+
- run: bazelisk build --config=ci //...
3131
- if: ${{ hashfiles('test/MODULE.bazel') != '' }}
32-
run: bazelisk --output_user_root=C:/tmp test --config=ci ...
32+
run: bazelisk test --config=ci ...
3333
working-directory: test
3434

3535
test-linux:

bazel/copts.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ 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"): [
13-
"/std:c++latest",
13+
"/std:c++20",
1414
"/permissive-",
1515
"/Zc:preprocessor",
1616
],

0 commit comments

Comments
 (0)