Browse Source
When building in docker on macOS, python builds with .exe extension because the case insensitive file system of macOS leaks into docker. This causes the build to result in a different output on macOS compared to Linux. We simply patch sysconfigdata to remove the extension. Some more info: https://bugs.python.org/issue27631dependabot/pip/contrib/deterministic-build/ecdsa-0.13.3
Axel Gembe
6 years ago
committed by
SomberNight
1 changed files with 6 additions and 0 deletions
Loading…
Reference in new issue