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

Proposal: Force recompilation of all dependencies #195

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on May 10, 2022

  1. Force recompilation of all dependencies

    There is, in general, not a requirement that source packages compile to the same thing as available binary packages. It's rare, but this is one thing that can end up causing differences in benchmark results between two Python distributions, if one has binary packages and one does not. Forcing all dependencies to compile from source eliminates this potential difference.
    
    The only case I know of is mypy, which ships a more-optimized binary package than what their source package compiles to.
    kmod committed May 10, 2022
    Configuration menu
    Copy the full SHA
    e969a2f View commit details
    Browse the repository at this point in the history