You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 1, 2023. It is now read-only.
I was just checking out how we build platform independent wheels (good job here, thanks! πββοΈ) and it looks like we are downloading and using some external dependencies (like boost, zlib).
To guarantee for reproducibility and pin down what we bake into the wheel we should probably make sure the downloaded file's checksums match to what we expect. And if not error out.