Skip to content

Commit aae2861

Browse files
committed
LLVM 19.1.0 fixes
1 parent 89e361a commit aae2861

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.bazelrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,4 +129,11 @@ build:clang-cl --host_per_file_copt="protobuf\\+/.*@-Wno-invalid-offsetof"
129129
build:clang-cl --per_file_copt="c-ares\\+/.*@-Wno-macro-redefined"
130130
build: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+
132139
build --incompatible_strict_action_env

.github/workflows/otel_sdk.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ jobs:
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:

0 commit comments

Comments
 (0)