mirror of https://github.com/mamba-org/mamba.git
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:
parent
7ae780c6ed
commit
0ad7255b24
|
@ -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:
|
||||
|
|
|
@ -11,7 +11,7 @@ dependencies:
|
|||
- cpp-expected
|
||||
- fmt
|
||||
- libarchive
|
||||
- libcurl >=7.86,<8.10
|
||||
- libcurl >=7.86
|
||||
- libsodium
|
||||
- libsolv >=0.7.18
|
||||
- nlohmann_json
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue