Skip to content

Commit

Permalink
Merge pull request #219 from jjerphan/unpin-libcurl-8.10.0
Browse files Browse the repository at this point in the history
Unpin libcurl <8.10
  • Loading branch information
JohanMabille authored Oct 17, 2024
2 parents 898f078 + c5a713a commit 6abfa12
Show file tree
Hide file tree
Showing 6 changed files with 39 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-osx.yml

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

4 changes: 2 additions & 2 deletions .scripts/build_steps.sh

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

4 changes: 2 additions & 2 deletions .scripts/run_osx_build.sh

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

4 changes: 2 additions & 2 deletions .scripts/run_win_build.bat

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

33 changes: 29 additions & 4 deletions azure-pipelines.yml

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,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 6abfa12

Please sign in to comment.