maint: Unpin libcurl<8.10 (#3548)

To see if 8.10.1 solved the problem.

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
This commit is contained in:
Julien Jerphanion 2024-10-17 17:00:11 +02:00 committed by GitHub
parent 7ae780c6ed
commit 0ad7255b24
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 15 deletions

View File

@ -43,18 +43,6 @@ jobs:
run: |
cd micromamba-feedstock/
sed -i '' '/conda_forge_output_validation/d' conda-forge.yml
- name: Pin libcurl
if: ${{ matrix.platform == 'osx' }}
run: |
cd micromamba-feedstock/
sed -i '' 's/libcurl >=8.4.0/libcurl >=8.4.0,<8.10/g' recipe/meta.yaml
sed -i '' 's/libcurl-static >=8.4.0/libcurl-static >=8.4.0,<8.10/g' recipe/meta.yaml
- name: Pin libcurl
if: ${{ matrix.platform == 'linux' }}
run: |
cd micromamba-feedstock/
sed -i 's/libcurl >=8.4.0/libcurl >=8.4.0,<8.10/g' recipe/meta.yaml
sed -i 's/libcurl-static >=8.4.0/libcurl-static >=8.4.0,<8.10/g' recipe/meta.yaml
- name: Checkout mamba branch
uses: actions/checkout@v4
with:

View File

@ -11,7 +11,7 @@ dependencies:
- cpp-expected
- fmt
- libarchive
- libcurl >=7.86,<8.10
- libcurl >=7.86
- libsodium
- libsolv >=0.7.18
- nlohmann_json

View File

@ -17,8 +17,8 @@ dependencies:
- 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
- libcurl-static >=8.4.0,<8.10
- libcurl >=8.4.0
- libcurl-static >=8.4.0
- xz-static
- libssh2-static
- libarchive-minimal-static