Skip to content

Commit

Permalink
Remove cctools patch removal in CI (#3451)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hind-M authored Sep 17, 2024
1 parent b08d40d commit af81975
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/static_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit af81975

Please sign in to comment.