Skip to content

Commit

Permalink
Unpin libcurl <8.10
Browse files Browse the repository at this point in the history
See: mamba-org/mamba#3548

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
  • Loading branch information
jjerphan committed Oct 17, 2024
1 parent 898f078 commit 4e7275b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set version = "2.0.2" %}
{% set sha256 = "52a9ffe51d7da271cd4c5c200346f757531d9b41ef6a9ce9edc86891ce5520bd" %}
{% set build_num = 0 %}
{% set build_num = 1 %}

# A strategy for testing the feedstock locally in mamba CI
{% if os.environ.get("CI", "") == "local" %}
Expand Down Expand Up @@ -69,8 +69,8 @@ requirements:
- yaml-cpp-static >=0.8.0
- reproc-static >=14.2.4.post0
- reproc-cpp-static >=14.2.4.post0
- libcurl >=8.4.0,<8.10 # [unix]
- libcurl-static >=8.4.0,<8.10 # [unix]
- libcurl >=8.4.0 # [unix]
- libcurl-static >=8.4.0 # [unix]
- xz-static # [unix]
- libssh2-static # [unix]
- libarchive-minimal-static # [unix]
Expand Down

0 comments on commit 4e7275b

Please sign in to comment.