Remove cctools patch removal in CI (#3451)

This commit is contained in:
Hind-M 2024-09-17 15:08:00 +02:00 committed by GitHub
parent b08d40d4d7
commit af81975dbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 10 deletions

View File

@ -49,22 +49,12 @@ jobs:
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: remove cctools patch
if: ${{ matrix.platform == 'osx' }}
run: |
cd micromamba-feedstock/
sed -i '' '/cctools-and-ld64.patch/d' 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: remove cctools patch
if: ${{ matrix.platform == 'linux' }}
run: |
cd micromamba-feedstock/
sed -i '/cctools-and-ld64.patch/d' recipe/meta.yaml
- name: Checkout mamba branch
uses: actions/checkout@v4
with: