Windows build script trusts Python.org binaries and non-freedom Visual Studio (msvc, mingw, exe, crt, msvcrt, microsoft, gcc) #6565
Labels
build/packaging 📦
OS-windows 🪟
pull-request wanted 📣
Help would be much appreciated if you have expertise and time.
reproducible/deterministic builds
The Windows build scripts include this:
electrum/contrib/build-wine/prepare-wine.sh
Lines 54 to 55 in 6cfe822
This is downloading Python binaries from Python.org. Those binaries are probably not reproducible, and they are built with a non-freedom compiler (Visual Studio 2017 AFAIK). It would be better to use Python binaries for Windows that are reproducibly cross-compiled from GNU/Linux.
Would a PR be accepted that does this?
The text was updated successfully, but these errors were encountered: