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

Adds build_path checks for deb pkg reprotest #244

Merged
merged 1 commit into from
Apr 9, 2021

Commits on Apr 8, 2021

  1. Adds build_path checks for deb pkg reprotest

    In #231 we noticed that the filesystem path used to build the debian
    packages was breaking reproducibility. That's due to the filepath being
    recorded inside `direct_url.json`, as stipulated by PEP610.
    
    Also relevant is PEP427, which describes the `RECORD` file for wheels.
    Here we remove that file, as well, to ensure full reproducibility
    regardless of path.
    Conor Schaefer committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    2c742ca View commit details
    Browse the repository at this point in the history