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

Ensure that built wheels are reproducible part 1 #16772

Merged
merged 3 commits into from
Feb 8, 2024
Merged

Conversation

ofek
Copy link
Contributor

@ofek ofek commented Feb 1, 2024

Motivation

Noticed in https://github.com/DataDog/integrations-core/pull/16771/files

Additional Notes

It is unclear if this will work because as far as I know not only does setuptools not have reproducibility guarantees but neither do the patchers. I did find:

alopezz
alopezz previously approved these changes Feb 2, 2024
@ofek
Copy link
Contributor Author

ofek commented Feb 2, 2024

It doesn't appear to work for all dependencies. I'm looking at this file https://github.com/DataDog/integrations-core/pull/16771/files#diff-ba516e5e56ca6a483cc5890b2d8d1274d9f60ddc6cd5ea92ee0e7970a285f8b1

Dependencies that are now reproducible:

  • bcrypt
  • cm-client
  • foundationdb
  • jellyfish
  • jpype1
  • pydantic-core
  • pyvmomi
  • pyyaml
  • rpds-py

@ofek
Copy link
Contributor Author

ofek commented Feb 2, 2024

I'm going to merge for now and troubleshoot in a separate PR

@ofek ofek changed the title Ensure that built wheels are reproducible Ensure that built wheels are reproducible part 1 Feb 8, 2024
@ofek ofek merged commit 6df5cf8 into master Feb 8, 2024
34 checks passed
@ofek ofek deleted the ofek/reproducible branch February 8, 2024 22:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants