File tree Expand file tree Collapse file tree 3 files changed +13
-16
lines changed Expand file tree Collapse file tree 3 files changed +13
-16
lines changed Original file line number Diff line number Diff line change 2121 - uses : Cyberboss/install-winget@1c6f189175e9f015bf1aa113cd1cc6c73efb9d47
2222 - run : winget list --accept-source-agreements --disable-interactivity
2323 - run : winget install bazelisk -r bazel --accept-package-agreements --disable-interactivity --silent
24- - run : winget install -e LLVM.LLVM -v 20.1.0 --accept-package-agreements --disable-interactivity --silent || echo swalloing errors
24+ - run : winget install -e LLVM.LLVM -v 20.1.1 --accept-package-agreements --disable-interactivity --silent || echo swalloing errors
2525 - uses : actions/checkout@v4
2626 - uses : actions/cache/restore@v4
2727 with :
@@ -81,12 +81,10 @@ jobs:
8181 name : tracing-profiles
8282 path : ./*.tracing.json
8383 if-no-files-found : warn
84- - name : test and build otel_sdk.zip
85- run : |
86- ./otel_sdk_build.cmd test
87- ./otel_sdk_build.cmd zip
88- ./otel_sdk_build.cmd shutdown
89- ls d:/d.vhdx
84+ - run : ./otel_sdk_build.cmd test
85+ - run : ./otel_sdk_build.cmd zip
86+ - run : ./otel_sdk_build.cmd shutdown
87+ - run : ls d:/d.vhdx
9088 - uses : actions/upload-artifact@v4
9189 if : ${{ ! startsWith(github.ref, 'refs/tags/') }}
9290 with :
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ cc_import(
2525 shared_library = ":lib_dll_or_so" ,
2626)
2727
28- # cc_test(
29- # name = "try",
30- # srcs = ["try.cc"],
31- # deps = [
32- # "@otel_sdk//:dll",
33- # ":lib",
34- # ],
35- # )
28+ cc_test (
29+ name = "try" ,
30+ srcs = ["try.cc" ],
31+ deps = [
32+ "@otel_sdk//:dll" ,
33+ ":lib" ,
34+ ],
35+ )
Original file line number Diff line number Diff line change @@ -20,7 +20,6 @@ namespace trace_sdk = opentelemetry::sdk::trace;
2020namespace nostd = opentelemetry::nostd;
2121
2222
23- void setup_exporter ();
2423extern " C" IMPORT void foo ();
2524
2625
You can’t perform that action at this time.
0 commit comments