Skip to content

Commit

Permalink
Revert to previous minimum glibc version of ≥2.17 instead of ≥2.28
Browse files Browse the repository at this point in the history
Resolves: <#92>
  • Loading branch information
tsibley committed Sep 16, 2024
1 parent d25f57e commit 67c4c3a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,3 +87,15 @@ requirements:
- xz
- zip
- zstd

# Avoid a newer minimum glibc version introduced by c-ares 1.33.0¹. This
# pin keeps the previous glibc requirement of ≥2.17 instead of ≥2.28.²
# Eventually this pin will become unworkable, but we can keep it for now.
#
# Note that using run_constrained doesn't work (at least on the face of
# it), potentially (?) because of our two-step build process.
# -trs, 16 Sept 2024
#
# ¹ <https://github.com/conda-forge/c-ares-feedstock/pull/38>
# ² <https://github.com/nextstrain/conda-base/issues/92>
- c-ares <=1.33.0

0 comments on commit 67c4c3a

Please sign in to comment.