Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Export __glibc runtime constraints? #192

Closed
charlesbluca opened this issue May 17, 2024 · 1 comment
Closed

Export __glibc runtime constraints? #192

charlesbluca opened this issue May 17, 2024 · 1 comment
Labels

Comments

@charlesbluca
Copy link
Member

charlesbluca commented May 17, 2024

Comment:

rust has a strong runtime constraint on __osx>=10.12:

run_exports: # [osx and x86_64]
strong_constrains: # [osx and x86_64]
- __osx >={{ MACOSX_DEPLOYMENT_TARGET|default("10.9") }} # [osx and x86_64]

Which I assume was motivated by the bump to minimum supported Apple platform versions as of 1.74.

Considering there was a similar bump to the glibc minimum requirements as of 1.64.0, does it make sense to introduce a similar runtime constraint for __glibc? Going off this comment:

Our glibc minimum is 2.17 and you have not followed the directions to cause conda to use the required glibc for linkage. You need to change the sysroot_linux-64 version. We raised the glibc requirements past 2.16 in 2022.

@charlesbluca charlesbluca changed the title Export stdlib("c") runtime constraints? Export __glibc runtime constraints? May 17, 2024
@pkgw pkgw mentioned this issue Jun 11, 2024
@pkgw
Copy link
Contributor

pkgw commented Jun 17, 2024

This change was added in #194 (our package of Rust 1.78.0).

@pkgw pkgw closed this as completed Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants