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

Add notes re: binary ABI issues #882

Open
kevinushey opened this issue Dec 4, 2021 · 1 comment
Open

Add notes re: binary ABI issues #882

kevinushey opened this issue Dec 4, 2021 · 1 comment
Labels
cache ⚾ documentation feature a feature request or enhancement

Comments

@kevinushey
Copy link
Collaborator

  • packages may need to be rebuilt if their linking to dependencies are updated
  • need to make sure installed binaries were built against the same versions of linking to packages that are actually used in the project
  • mention cache purging for handling bad cache
  • mention rebuild for forcing rebuilds of packages in project
  • include ABI check in diagnostics output
@hadley
Copy link
Member

hadley commented Apr 27, 2023

Also note challenges of packages that compile with different features based on env vars (e.g. arrow).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cache ⚾ documentation feature a feature request or enhancement
Projects
None yet
Development

No branches or pull requests

2 participants