Skip to content

Commit

Permalink
Bump build number to rebuild osx-64
Browse files Browse the repository at this point in the history
osx-64 build failed when merging into main because libcxx was updated from 16.x.x
to 17.x.x between the time of the MR and the merge.
libcxx 17.x.x requires MacOS >=10.13 (see conda-forge/libcxx-feedstock#131)

My understanding is that a re-render should fix it due to conda-forge/conda-forge-pinning-feedstock#5829
  • Loading branch information
beenje committed May 14, 2024
1 parent 2092694 commit 1262208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source:
sha256: 483894b3272b6c7d457d193f2a31bd417083fc9035b6965c43fd32223a3f6a4b

build:
number: 3
number: 4
script: '{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vvv '

requirements:
Expand Down

0 comments on commit 1262208

Please sign in to comment.