File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -129,4 +129,11 @@ build:clang-cl --host_per_file_copt="protobuf\\+/.*@-Wno-invalid-offsetof"
129129build:clang-cl --per_file_copt="c-ares\\+/.*@-Wno-macro-redefined"
130130build:clang-cl --host_per_file_copt="c-ares\\+/.*@-Wno-macro-redefined"
131131
132+ # LLVM 1.19.1
133+ # opentelemetry/logs/logger.h(76,89):
134+ # error: a template argument list is expected after a name prefixed by the template keyword [-Wmissing-template-arg-list-after-template-kw]
135+ # detail::LogRecordSetterTrait<typename std::decay<ArgumentType>::type>::template Set(
136+ # ^
137+ build:clang-cl --copt=-Wno-missing-template-arg-list-after-template-kw
138+
132139build --incompatible_strict_action_env
Original file line number Diff line number Diff line change 1717 steps :
1818 - run : systeminfo
1919 - run : Get-ChildItem env:* | Sort-Object -Property Name | Format-Table -AutoSize -Wrap
20- - run : choco install bazelisk
20+ - run : winget install bazelisk -r bazel
21+ - run : winget install -e LLVM.LLVM -v 19.1.0 || echo swalloing errors
2122 - uses : actions/checkout@v4
2223 - uses : actions/cache/restore@v4
2324 with :
You can’t perform that action at this time.
0 commit comments