Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .scripts/run_win_build.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# code: language: jinja-yaml
{% set version = "1.20.0" %}
{% set version = "1.21.0" %}

{% set libs = [
"common", "exporter_in_memory", "exporter_ostream_metrics",
Expand All @@ -20,7 +20,7 @@ package:

source:
- url: https://github.com/open-telemetry/opentelemetry-cpp/archive/refs/tags/v{{ version }}.tar.gz
sha256: 4b6eeb852f075133c21b95948017f13a3e21740e55b921d27e42970a47314297
sha256: 98e5546f577a11b52a57faed1f4cc60d8c1daa44760eba393f43eab5a8ec46a2
patches:
- patches/0001-cross_compile_grpc_cpp_plugin_path.patch # [build_platform != target_platform]
- patches/0002-add-missing-shared-library-dependencies.patch
Expand All @@ -36,7 +36,7 @@ requirements:
- {{ stdlib("c") }}
- cmake >=3.1
- ninja
- proto-opentelemetry-proto =1.5.0
- proto-opentelemetry-proto =1.6.0

# For cross-compiling
- curl # [build_platform != target_platform]
Expand Down