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

Remove OpenSSL dependency on Windows. #16

Merged
merged 2 commits into from
Apr 22, 2024
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: 0 additions & 2 deletions .ci_support/win_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@ libgrpc:
- '1.62'
libprotobuf:
- 4.25.3
openssl:
- '3'
target_platform:
- win-64
zlib:
Expand Down
18 changes: 9 additions & 9 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
sha256: ce18fbd3a50170fb0c3d4cacf8a09136314f00136cdac99dad23b43de5d5bb62

build:
number: 0
number: 1
requirements:
build:
- {{ compiler('c') }}
Expand All @@ -24,7 +24,7 @@ requirements:
- libcurl
- libgrpc
- libprotobuf
- openssl
- openssl # [not win]
- nlohmann_json
- zlib

Expand All @@ -50,7 +50,7 @@ outputs:
- libcurl
- libgrpc
- libprotobuf
- openssl
- openssl # [not win]
- nlohmann_json
- libcxx # [osx]
run:
Expand Down Expand Up @@ -89,7 +89,7 @@ outputs:
- libcurl
- libgrpc
- libprotobuf
- openssl
- openssl # [not win]
- nlohmann_json
# cannot load package without zlib because it's specified
# as required; if possible, this should be removed upstream
Expand All @@ -100,15 +100,15 @@ outputs:
- libcurl
- libgrpc
- libprotobuf
- openssl
- openssl # [not win]
- nlohmann_json
run:
- {{ pin_subpackage("libgoogle-cloud", exact=True) }}
- libabseil
- libcurl
- libgrpc
- libprotobuf
- openssl
- openssl # [not win]
- nlohmann_json
# cannot load package without zlib because it's specified
# as required; if possible, this should be removed upstream
Expand Down Expand Up @@ -826,7 +826,7 @@ outputs:
- libabseil
- libcrc32c
- libcurl
- openssl
- openssl # [not win]
- libcxx # [osx]
test:
commands:
Expand Down Expand Up @@ -866,15 +866,15 @@ outputs:
- libabseil
- libcrc32c
- libcurl
- openssl
- openssl # [not win]
- nlohmann_json
run:
- {{ pin_subpackage("libgoogle-cloud-devel", exact=True) }}
- {{ pin_subpackage("libgoogle-cloud-storage", exact=True) }}
- libabseil
- libcrc32c
- libcurl
- openssl
- openssl # [not win]
- nlohmann_json
- libcxx # [osx]
test:
Expand Down