We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18360fe commit cc9d4beCopy full SHA for cc9d4be
recipe/meta.yaml
@@ -99,6 +99,9 @@ outputs:
99
run:
100
- {{ pin_subpackage("libgoogle-cloud", exact=True) }}
101
- nlohmann_json
102
+ # cannot load package wihout zlib because it's specified
103
+ # as required; if possible, this should be removed upstream
104
+ - zlib
105
test:
106
commands:
107
- ./run_test_google_cloud_cpp.sh # [not win]
0 commit comments