Skip to content

Commit

Permalink
maint: Unpin libcurl<8.10
Browse files Browse the repository at this point in the history
To see if 8.10.1 solved the problem.

Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
  • Loading branch information
jjerphan committed Oct 17, 2024
1 parent 3d71f57 commit 698c291
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 20 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/static_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,23 +38,6 @@ jobs:
with:
repository: conda-forge/micromamba-feedstock
path: micromamba-feedstock
- name: Disable output validation
if: ${{ matrix.platform == 'osx' }}
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:
Expand Down
2 changes: 1 addition & 1 deletion dev/environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- cpp-expected
- fmt
- libarchive
- libcurl >=7.86,<8.10
- libcurl >=7.86
- libsodium
- libsolv >=0.7.18
- nlohmann_json
Expand Down
4 changes: 2 additions & 2 deletions dev/environment-micromamba-static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 698c291

Please sign in to comment.