Skip to content

Commit

Permalink
remove transitive host-deps of grpc on windows for proto 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed May 26, 2023
1 parent 50bf3cb commit 000cb55
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ requirements:
- nlohmann_json >=3.10.5
- zlib
- prometheus-cpp
# because the windows builds of libgrpc is static, we need _its_
# (not yet present) host dependencies to be able to link correctly
- c-ares # [win]
- openssl # [win]
- re2 # [win]
# because the windows builds of libgrpc before 1.55 are static, we need
# _their_ (not yet present) host dependencies to be able to link correctly
- c-ares # [win and protobuf == "3.21"]
- openssl # [win and protobuf == "3.21"]
- re2 # [win and protobuf == "3.21"]

outputs:
- name: libopentelemetry-cpp-headers
Expand Down

0 comments on commit 000cb55

Please sign in to comment.