Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CMake warnings #6309

Merged
merged 1 commit into from
Nov 20, 2024
Merged

Fix CMake warnings #6309

merged 1 commit into from
Nov 20, 2024

Conversation

gleocadie
Copy link
Collaborator

@gleocadie gleocadie commented Nov 19, 2024

Summary of changes

Fixes CMake warnings

Reason for change

Because ....

@andrewlock
Copy link
Member

andrewlock commented Nov 19, 2024

Execution-Time Benchmarks Report ⏱️

Execution-time results for samples comparing the following branches/commits:

Execution-time benchmarks measure the whole time it takes to execute a program. And are intended to measure the one-off costs. Cases where the execution time results for the PR are worse than latest master results are shown in red. The following thresholds were used for comparing the execution times:

  • Welch test with statistical test for significance of 5%
  • Only results indicating a difference greater than 5% and 5 ms are considered.

Note that these results are based on a single point-in-time result for each branch. For full results, see the dashboard.

Graphs show the p99 interval based on the mean and StdDev of the test run, as well as the mean value of the run (shown as a diamond below the graph).

gantt
    title Execution time (ms) FakeDbCommand (.NET Framework 4.6.2) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6309) - mean (72ms)  : 64, 79
     .   : milestone, 72,
    master - mean (72ms)  : 64, 79
     .   : milestone, 72,

    section CallTarget+Inlining+NGEN
    This PR (6309) - mean (1,110ms)  : 1091, 1129
     .   : milestone, 1110,
    master - mean (1,107ms)  : 1090, 1125
     .   : milestone, 1107,

Loading
gantt
    title Execution time (ms) FakeDbCommand (.NET Core 3.1) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6309) - mean (108ms)  : 106, 111
     .   : milestone, 108,
    master - mean (109ms)  : 106, 111
     .   : milestone, 109,

    section CallTarget+Inlining+NGEN
    This PR (6309) - mean (771ms)  : 752, 791
     .   : milestone, 771,
    master - mean (768ms)  : 753, 782
     .   : milestone, 768,

Loading
gantt
    title Execution time (ms) FakeDbCommand (.NET 6) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6309) - mean (92ms)  : 89, 95
     .   : milestone, 92,
    master - mean (92ms)  : 89, 94
     .   : milestone, 92,

    section CallTarget+Inlining+NGEN
    This PR (6309) - mean (727ms)  : 712, 743
     .   : milestone, 727,
    master - mean (724ms)  : 710, 738
     .   : milestone, 724,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET Framework 4.6.2) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6309) - mean (191ms)  : 186, 196
     .   : milestone, 191,
    master - mean (191ms)  : 183, 200
     .   : milestone, 191,

    section CallTarget+Inlining+NGEN
    This PR (6309) - mean (1,213ms)  : 1194, 1231
     .   : milestone, 1213,
    master - mean (1,210ms)  : 1186, 1234
     .   : milestone, 1210,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET Core 3.1) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6309) - mean (276ms)  : 271, 281
     .   : milestone, 276,
    master - mean (276ms)  : 272, 281
     .   : milestone, 276,

    section CallTarget+Inlining+NGEN
    This PR (6309) - mean (944ms)  : 928, 961
     .   : milestone, 944,
    master - mean (947ms)  : 927, 967
     .   : milestone, 947,

Loading
gantt
    title Execution time (ms) HttpMessageHandler (.NET 6) 
    dateFormat  X
    axisFormat %s
    todayMarker off
    section Baseline
    This PR (6309) - mean (266ms)  : 260, 271
     .   : milestone, 266,
    master - mean (266ms)  : 261, 270
     .   : milestone, 266,

    section CallTarget+Inlining+NGEN
    This PR (6309) - mean (930ms)  : 913, 948
     .   : milestone, 930,
    master - mean (930ms)  : 912, 949
     .   : milestone, 930,

Loading

@andrewlock
Copy link
Member

andrewlock commented Nov 19, 2024

Benchmarks Report for tracer 🐌

Benchmarks for #6309 compared to master:

  • 1 benchmarks are faster, with geometric mean 1.151
  • 2 benchmarks are slower, with geometric mean 1.121
  • All benchmarks have the same allocations

The following thresholds were used for comparing the benchmark speeds:

  • Mann–Whitney U test with statistical test for significance of 5%
  • Only results indicating a difference greater than 10% and 0.3 ns are considered.

Allocation changes below 0.5% are ignored.

Benchmark details

Benchmarks.Trace.ActivityBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master StartStopWithChild net6.0 7.89μs 44.2ns 276ns 0.0161 0.00806 0 5.61 KB
master StartStopWithChild netcoreapp3.1 10.4μs 57.7ns 351ns 0.0206 0.0103 0 5.8 KB
master StartStopWithChild net472 16.4μs 55.3ns 214ns 1.04 0.301 0.0976 6.21 KB
#6309 StartStopWithChild net6.0 7.76μs 41.6ns 242ns 0.0155 0.00775 0 5.61 KB
#6309 StartStopWithChild netcoreapp3.1 10μs 54.1ns 301ns 0.0146 0.00487 0 5.8 KB
#6309 StartStopWithChild net472 16.3μs 50.6ns 196ns 1.04 0.305 0.0989 6.21 KB
Benchmarks.Trace.AgentWriterBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master WriteAndFlushEnrichedTraces net6.0 493μs 247ns 924ns 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 661μs 389ns 1.51μs 0 0 0 2.7 KB
master WriteAndFlushEnrichedTraces net472 868μs 488ns 1.83μs 0.434 0 0 3.3 KB
#6309 WriteAndFlushEnrichedTraces net6.0 516μs 189ns 707ns 0 0 0 2.7 KB
#6309 WriteAndFlushEnrichedTraces netcoreapp3.1 669μs 562ns 2.1μs 0 0 0 2.7 KB
#6309 WriteAndFlushEnrichedTraces net472 863μs 344ns 1.19μs 0.431 0 0 3.3 KB
Benchmarks.Trace.AspNetCoreBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master SendRequest net6.0 198μs 1.12μs 7.87μs 0.194 0 0 18.73 KB
master SendRequest netcoreapp3.1 218μs 1.18μs 7.34μs 0.226 0 0 20.89 KB
master SendRequest net472 0.00163ns 0.000628ns 0.00235ns 0 0 0 0 b
#6309 SendRequest net6.0 204μs 1.15μs 7.63μs 0.188 0 0 18.73 KB
#6309 SendRequest netcoreapp3.1 220μs 1.19μs 6.93μs 0.21 0 0 20.89 KB
#6309 SendRequest net472 3.06E‑05ns 3.06E‑05ns 0.00011ns 0 0 0 0 b
Benchmarks.Trace.CIVisibilityProtocolWriterBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master WriteAndFlushEnrichedTraces net6.0 568μs 2.88μs 15μs 0.566 0 0 41.65 KB
master WriteAndFlushEnrichedTraces netcoreapp3.1 693μs 3.44μs 15.4μs 0.336 0 0 41.77 KB
master WriteAndFlushEnrichedTraces net472 868μs 3.99μs 16μs 8.68 2.6 0.434 53.26 KB
#6309 WriteAndFlushEnrichedTraces net6.0 566μs 2.62μs 12.6μs 0.576 0 0 41.67 KB
#6309 WriteAndFlushEnrichedTraces netcoreapp3.1 688μs 3.39μs 17.6μs 0.345 0 0 41.73 KB
#6309 WriteAndFlushEnrichedTraces net472 863μs 3.48μs 13.5μs 8.25 2.6 0.434 53.26 KB
Benchmarks.Trace.DbCommandBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master ExecuteNonQuery net6.0 1.42μs 1.08ns 4.17ns 0.0141 0 0 1.02 KB
master ExecuteNonQuery netcoreapp3.1 1.73μs 1.12ns 4.35ns 0.0139 0 0 1.02 KB
master ExecuteNonQuery net472 2.03μs 1.3ns 5.04ns 0.156 0.00101 0 987 B
#6309 ExecuteNonQuery net6.0 1.28μs 0.675ns 2.61ns 0.0141 0 0 1.02 KB
#6309 ExecuteNonQuery netcoreapp3.1 1.78μs 0.886ns 3.19ns 0.0134 0 0 1.02 KB
#6309 ExecuteNonQuery net472 2.02μs 1.27ns 4.58ns 0.156 0.00101 0 987 B
Benchmarks.Trace.ElasticsearchBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master CallElasticsearch net6.0 1.22μs 0.535ns 1.93ns 0.0135 0 0 976 B
master CallElasticsearch netcoreapp3.1 1.57μs 0.821ns 3.07ns 0.0133 0 0 976 B
master CallElasticsearch net472 2.59μs 1.2ns 4.47ns 0.157 0 0 995 B
master CallElasticsearchAsync net6.0 1.18μs 0.626ns 2.43ns 0.0135 0 0 952 B
master CallElasticsearchAsync netcoreapp3.1 1.64μs 0.647ns 2.33ns 0.0139 0 0 1.02 KB
master CallElasticsearchAsync net472 2.69μs 6ns 23.2ns 0.167 0 0 1.05 KB
#6309 CallElasticsearch net6.0 1.23μs 0.778ns 2.91ns 0.0136 0 0 976 B
#6309 CallElasticsearch netcoreapp3.1 1.53μs 0.705ns 2.64ns 0.0131 0 0 976 B
#6309 CallElasticsearch net472 2.5μs 2.25ns 8.7ns 0.157 0 0 995 B
#6309 CallElasticsearchAsync net6.0 1.3μs 0.643ns 2.49ns 0.0136 0 0 952 B
#6309 CallElasticsearchAsync netcoreapp3.1 1.67μs 2.51ns 9.4ns 0.0134 0 0 1.02 KB
#6309 CallElasticsearchAsync net472 2.62μs 1.63ns 6.33ns 0.166 0 0 1.05 KB
Benchmarks.Trace.GraphQLBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master ExecuteAsync net6.0 1.37μs 0.791ns 2.85ns 0.0137 0 0 952 B
master ExecuteAsync netcoreapp3.1 1.69μs 2.1ns 7.87ns 0.0126 0 0 952 B
master ExecuteAsync net472 1.77μs 0.43ns 1.55ns 0.145 0 0 915 B
#6309 ExecuteAsync net6.0 1.32μs 0.483ns 1.74ns 0.0132 0 0 952 B
#6309 ExecuteAsync netcoreapp3.1 1.7μs 2ns 7.75ns 0.0127 0 0 952 B
#6309 ExecuteAsync net472 1.87μs 0.398ns 1.49ns 0.145 0 0 915 B
Benchmarks.Trace.HttpClientBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master SendAsync net6.0 4.31μs 2.13ns 7.98ns 0.0326 0 0 2.31 KB
master SendAsync netcoreapp3.1 5.38μs 2.11ns 8.16ns 0.0377 0 0 2.85 KB
master SendAsync net472 7.4μs 2.23ns 8.65ns 0.494 0 0 3.12 KB
#6309 SendAsync net6.0 4.32μs 1.46ns 5.66ns 0.0324 0 0 2.31 KB
#6309 SendAsync netcoreapp3.1 5.14μs 5.87ns 22.7ns 0.0383 0 0 2.85 KB
#6309 SendAsync net472 7.31μs 2.25ns 8.41ns 0.495 0 0 3.12 KB
Benchmarks.Trace.ILoggerBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master EnrichedLog net6.0 1.57μs 0.836ns 3.13ns 0.0229 0 0 1.64 KB
master EnrichedLog netcoreapp3.1 2.22μs 0.871ns 3.14ns 0.0221 0 0 1.64 KB
master EnrichedLog net472 2.57μs 1.07ns 4.01ns 0.249 0 0 1.57 KB
#6309 EnrichedLog net6.0 1.47μs 0.567ns 2.04ns 0.0229 0 0 1.64 KB
#6309 EnrichedLog netcoreapp3.1 2.22μs 0.976ns 3.65ns 0.0223 0 0 1.64 KB
#6309 EnrichedLog net472 2.55μs 1.67ns 6.45ns 0.25 0 0 1.57 KB
Benchmarks.Trace.Log4netBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master EnrichedLog net6.0 119μs 126ns 489ns 0 0 0 4.28 KB
master EnrichedLog netcoreapp3.1 124μs 89.6ns 323ns 0.0622 0 0 4.28 KB
master EnrichedLog net472 153μs 325ns 1.26μs 0.692 0.231 0 4.46 KB
#6309 EnrichedLog net6.0 121μs 169ns 653ns 0 0 0 4.28 KB
#6309 EnrichedLog netcoreapp3.1 123μs 147ns 552ns 0 0 0 4.28 KB
#6309 EnrichedLog net472 151μs 69.2ns 268ns 0.678 0.226 0 4.46 KB
Benchmarks.Trace.NLogBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master EnrichedLog net6.0 2.99μs 1.03ns 4ns 0.0315 0 0 2.2 KB
master EnrichedLog netcoreapp3.1 4.13μs 2.2ns 7.95ns 0.0289 0 0 2.2 KB
master EnrichedLog net472 4.87μs 1.83ns 7.08ns 0.32 0 0 2.02 KB
#6309 EnrichedLog net6.0 3.18μs 1.04ns 4.02ns 0.0301 0 0 2.2 KB
#6309 EnrichedLog netcoreapp3.1 4.1μs 1.9ns 7.35ns 0.0287 0 0 2.2 KB
#6309 EnrichedLog net472 4.83μs 1.68ns 6.51ns 0.32 0 0 2.02 KB
Benchmarks.Trace.RedisBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master SendReceive net6.0 1.29μs 0.556ns 2.15ns 0.0159 0 0 1.14 KB
master SendReceive netcoreapp3.1 1.79μs 2.8ns 10.8ns 0.0152 0 0 1.14 KB
master SendReceive net472 2.09μs 0.988ns 3.83ns 0.184 0 0 1.16 KB
#6309 SendReceive net6.0 1.34μs 0.662ns 2.56ns 0.0161 0 0 1.14 KB
#6309 SendReceive netcoreapp3.1 1.7μs 1.65ns 6.38ns 0.0155 0 0 1.14 KB
#6309 SendReceive net472 2.08μs 2.29ns 8.89ns 0.183 0 0 1.16 KB
Benchmarks.Trace.SerilogBenchmark - Same speed ✔️ Same allocations ✔️

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master EnrichedLog net6.0 2.7μs 0.705ns 2.64ns 0.0216 0 0 1.6 KB
master EnrichedLog netcoreapp3.1 3.99μs 1.08ns 3.9ns 0.0222 0 0 1.65 KB
master EnrichedLog net472 4.47μs 3.03ns 11.7ns 0.324 0 0 2.04 KB
#6309 EnrichedLog net6.0 2.7μs 1.17ns 4.37ns 0.0216 0 0 1.6 KB
#6309 EnrichedLog netcoreapp3.1 4.13μs 8.74ns 33.9ns 0.0222 0 0 1.65 KB
#6309 EnrichedLog net472 4.37μs 4.26ns 16.5ns 0.324 0 0 2.04 KB
Benchmarks.Trace.SpanBenchmark - Slower ⚠️ Same allocations ✔️

Slower ⚠️ in #6309

Benchmark diff/base Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.SpanBenchmark.StartFinishScope‑net6.0 1.125 484.24 544.75

Faster 🎉 in #6309

Benchmark base/diff Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.SpanBenchmark.StartFinishSpan‑net6.0 1.151 453.29 393.98

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master StartFinishSpan net6.0 452ns 0.784ns 3.03ns 0.00815 0 0 576 B
master StartFinishSpan netcoreapp3.1 595ns 1.21ns 4.7ns 0.00785 0 0 576 B
master StartFinishSpan net472 659ns 1.25ns 4.83ns 0.0916 0 0 578 B
master StartFinishScope net6.0 484ns 0.751ns 2.91ns 0.00985 0 0 696 B
master StartFinishScope netcoreapp3.1 768ns 1.32ns 5.11ns 0.00953 0 0 696 B
master StartFinishScope net472 845ns 2.72ns 10.5ns 0.105 0 0 658 B
#6309 StartFinishSpan net6.0 393ns 0.764ns 2.96ns 0.00819 0 0 576 B
#6309 StartFinishSpan netcoreapp3.1 645ns 1.52ns 5.89ns 0.00777 0 0 576 B
#6309 StartFinishSpan net472 658ns 1.86ns 7.22ns 0.0916 0 0 578 B
#6309 StartFinishScope net6.0 544ns 1.57ns 6.06ns 0.00989 0 0 696 B
#6309 StartFinishScope netcoreapp3.1 698ns 1.25ns 4.84ns 0.00914 0 0 696 B
#6309 StartFinishScope net472 864ns 1.88ns 7.29ns 0.104 0 0 658 B
Benchmarks.Trace.TraceAnnotationsBenchmark - Slower ⚠️ Same allocations ✔️

Slower ⚠️ in #6309

Benchmark diff/base Base Median (ns) Diff Median (ns) Modality
Benchmarks.Trace.TraceAnnotationsBenchmark.RunOnMethodBegin‑net472 1.117 1,044.09 1,166.44

Raw results

Branch Method Toolchain Mean StdError StdDev Gen 0 Gen 1 Gen 2 Allocated
master RunOnMethodBegin net6.0 599ns 1.38ns 5.35ns 0.00976 0 0 696 B
master RunOnMethodBegin netcoreapp3.1 898ns 1.15ns 4.46ns 0.00942 0 0 696 B
master RunOnMethodBegin net472 1.04μs 2.57ns 9.96ns 0.104 0 0 658 B
#6309 RunOnMethodBegin net6.0 586ns 0.698ns 2.7ns 0.00968 0 0 696 B
#6309 RunOnMethodBegin netcoreapp3.1 918ns 1.68ns 6.51ns 0.00943 0 0 696 B
#6309 RunOnMethodBegin net472 1.17μs 2.26ns 8.75ns 0.104 0 0 658 B

@gleocadie gleocadie marked this pull request as ready for review November 19, 2024 12:19
@gleocadie gleocadie requested review from a team as code owners November 19, 2024 12:19
@datadog-ddstaging
Copy link

datadog-ddstaging bot commented Nov 19, 2024

Datadog Report

Branch report: gleocadie/fix-cmake-warnings
Commit report: c25e5bd
Test service: dd-trace-dotnet

✅ 0 Failed, 460977 Passed, 3899 Skipped, 33h 56m 8.19s Total Time

@andrewlock
Copy link
Member

andrewlock commented Nov 19, 2024

Throughput/Crank Report ⚡

Throughput results for AspNetCoreSimpleController comparing the following branches/commits:

Cases where throughput results for the PR are worse than latest master (5% drop or greater), results are shown in red.

Note that these results are based on a single point-in-time result for each branch. For full results, see one of the many, many dashboards!

gantt
    title Throughput Linux x64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (6309) (10.933M)   : 0, 10932527
    master (10.953M)   : 0, 10953423
    benchmarks/2.9.0 (11.033M)   : 0, 11032866

    section Automatic
    This PR (6309) (7.209M)   : 0, 7209142
    master (7.258M)   : 0, 7258128
    benchmarks/2.9.0 (7.786M)   : 0, 7785853

    section Trace stats
    master (7.591M)   : 0, 7590970

    section Manual
    master (11.208M)   : 0, 11207771

    section Manual + Automatic
    This PR (6309) (6.656M)   : 0, 6656168
    master (6.722M)   : 0, 6721955

    section DD_TRACE_ENABLED=0
    master (10.178M)   : 0, 10178373

Loading
gantt
    title Throughput Linux arm64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (6309) (9.423M)   : 0, 9422623
    master (9.269M)   : 0, 9268938
    benchmarks/2.9.0 (9.495M)   : 0, 9494821

    section Automatic
    This PR (6309) (6.412M)   : 0, 6412463
    master (6.299M)   : 0, 6299432

    section Trace stats
    master (6.605M)   : 0, 6605300

    section Manual
    master (9.212M)   : 0, 9211628

    section Manual + Automatic
    This PR (6309) (5.901M)   : 0, 5901223
    master (5.797M)   : 0, 5796944

    section DD_TRACE_ENABLED=0
    master (8.676M)   : 0, 8675777

Loading
gantt
    title Throughput Windows x64 (Total requests) 
    dateFormat  X
    axisFormat %s
    section Baseline
    This PR (6309) (9.405M)   : 0, 9404550
    master (9.183M)   : 0, 9182720
    benchmarks/2.9.0 (10.020M)   : 0, 10019592

    section Automatic
    This PR (6309) (6.073M)   : 0, 6073331
    master (6.143M)   : 0, 6143036
    benchmarks/2.9.0 (7.255M)   : 0, 7255257

    section Trace stats
    master (6.605M)   : 0, 6604886

    section Manual
    master (9.047M)   : 0, 9046916

    section Manual + Automatic
    This PR (6309) (5.564M)   : 0, 5564207
    master (5.730M)   : 0, 5730049

    section DD_TRACE_ENABLED=0
    master (8.828M)   : 0, 8828238

Loading

@gleocadie gleocadie force-pushed the gleocadie/fix-cmake-warnings branch from b2c6d2c to c25e5bd Compare November 19, 2024 15:22
@andrewlock andrewlock merged commit 7566d1b into master Nov 20, 2024
85 of 88 checks passed
@andrewlock andrewlock deleted the gleocadie/fix-cmake-warnings branch November 20, 2024 13:38
@github-actions github-actions bot added this to the vNext-v3 milestone Nov 20, 2024
@robertpi robertpi added the area:builds project files, build scripts, pipelines, versioning, releases, packages label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:builds project files, build scripts, pipelines, versioning, releases, packages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants