SomberNight
1ac3a66d49
win binaries: bump python version (3.6.8->3.7.6)
finally possible, after bb94712a14
5 years ago
SomberNight
4cec098d2d
build: create a standalone build script for libsecp256k1
heavily based on Electron-Cash/Electron-Cash@eda015908e9d6ea9a0adfbda9db55b929c0926ba
5 years ago
SomberNight
4fd2745332
windows binaries: update nsis
5 years ago
SomberNight
547906d1c0
windows binaries: update pyinstaller to 3.6
5 years ago
SomberNight
7c090f92ce
binaries: use "--no-dependencies" option for pip install
All (incl indirect) dependencies are already listed in deterministic-build/requirements*.txt.
This option makes it easier to manually rm a dependency from that list for e.g. testing.
5 years ago
SomberNight
9834d6cd94
windows binaries: skip building libusb if already done
5 years ago
SomberNight
eca769c4ca
windows binaries: build libusb ourselves
Latest libusb does not have official binaries, and it contains some bugfixes we want.
related: #5460
based on EchterAgo's work in ee4bdaf9c0
5 years ago
SomberNight
ab95eff5aa
build: update pyinstaller to 3.5
5 years ago
SomberNight
c8e2653690
wine build: pin build dependencies
"pip install pyinstaller" was "silently" grabbing unpinned dependencies
5 years ago
Axel Gembe
dcecf7db4b
Wine Build: Make it less noisy
This suppresses the pip script location warnings, like we already
do for AppImage. It also disables the Wine debugging messages by
setting WINEDEBUG=-all.
-----
taken from Electron-Cash/Electron-Cash@d3685b038ef0dc3dc6a18345e51ff231c97623f5
6 years ago
SomberNight
1d0f67996e
build-wine: build our own pyinstaller bootloader
This seems to reduce anti-virus false positives.
based on:
Electron-Cash/Electron-Cash@1ac12e41114b509be90c75213829a73621f1610e
Electron-Cash/Electron-Cash@9726498e95166801ac1e6326ae5833b965df72e3
Electron-Cash/Electron-Cash@40b1139d67013b90b983dc3f9185a771d38e57ff
6 years ago
SomberNight
423d44bcaf
build-wine: some clean-up. cache downloads. better status messages
6 years ago
SomberNight
6455f515f0
build-wine: don't use gpg keyservers
based on Electron-Cash/Electron-Cash@a582be04d3baa263a9fd2179a87bbb27a4dd6d87
6 years ago
SomberNight
2de7fd5466
wine build: small clean-up in prepare-wine.sh
6 years ago
SomberNight
001b815c18
wine build: upgrade wine, nsis, python
wine-specific hack no longer needed with new wine version
6 years ago
SomberNight
47b07f19b9
build: factor out some utilities to build_tools_util.sh
6 years ago
SomberNight
4b560250a6
fix wine build: pyinstaller failed to install with new pip
see pypa/pip#6163
6 years ago
SomberNight
1d303fa9d2
win build: rm win_inet_pton
was needed by PySocks; and we no longer use PySocks
also, it seems the functionality it provided is now part of Python stdlib since 3.4
https://docs.python.org/3/library/socket.html#socket.inet_pton
related: #2358
6 years ago
SomberNight
fa33d1880c
win build: bump python version
6 years ago
SomberNight
762082e13d
wine build: dedupe PYTHON_VERSION
6 years ago
Filip Gospodinov
bdecef0eaf
contrib: bump pyinstaller to 3.4
PyInstaller 3.4 highlights:
* patch for deterministic builds by electrum
* improved support for Qt5-based applications
* added support for Python 3.7
6 years ago
SomberNight
801d3113ab
wine build: remove pgp.mit.edu from keyservers
sometimes slow, and does not return all the pubkeys asked for (so build fails)
7 years ago
SomberNight
5d462f9555
win binaries: bump python version to 3.6.6
7 years ago
Filip Gospodinov
73fee2fefa
build-wine: allow local testing
Before, it was only possible to test commits that are
on Github (pull request or merged). Now, changes can be
tested locally too.
This introduces the risk that a release could be built
containing uncommitted changes which by definition breaks
deterministic builds. Fortunately, this will always be
detected because the version string is created using
`git describe --tags --dirty`.
Also, retire $TARGET variable because it decouples the
build scripts from the commit revision to be built. This
is a problem for deterministic builds.
7 years ago
SomberNight
bb8a6120af
wine build: try multiple keyservers as in tianon/gosu#35
7 years ago
SomberNight
65601e9ec6
build and include libsecp256k1 in windows binaries
7 years ago
SomberNight
1ed3e0cad6
fix #4276
-aos: Skip over existing files without overwriting
-aoa: This switch overwrites all destination files
7 years ago
Johann Bauer
831dda0fcb
Wine build: Revert to Python 3.5 and download if file was changed
7 years ago
Johann Bauer
14aa7c0a3b
Follow-up ae80fb4f
7 years ago
Johann Bauer
ae80fb4f97
Follow-up 6afe71fe
7 years ago
Johann Bauer
6afe71fe0e
Follow-up 3c28e3491
7 years ago
Johann Bauer
3c28e34919
Check package hashes when generating binaries
7 years ago
SomberNight
9a12022537
windows build script: update python, nsis, libusb
7 years ago
SomberNight
deab75fe20
windows build script: cache pip
previously pip was caching into the wine directory, which we delete and recreate on every run
7 years ago
Johann Bauer
a02bd2c183
Travis: Make Windows build more reliable by trying different key servers
7 years ago
Johann Bauer
10057b18de
Cache dependencies for Travis build
Also: * Move temporary directory to /tmp
* Remove files with wrong hash (so we don't have to remove them manually)
7 years ago
Lastrellik
6079105b2c
Revert to using == instead of =
7 years ago
Lastrellik
6706a87e53
Create file caching system
7 years ago
SomberNight
a6fe73ad72
wine build: "exit 1" on hash/sig failure
7 years ago
Johann Bauer
78a9424c48
Add libusb dll to Windows binary
So that Trezor still works...
Closes : #3931
7 years ago
Johann Bauer
e512e9c0e8
Simplify pyinstaller installation
7 years ago
Johann Bauer
afa0168e14
Add new requirements file for binaries in contrib
7 years ago
SomberNight
30a43189fc
make zbar install silent
7 years ago
SomberNight
f4363e7967
zbar for windows
7 years ago
SomberNight
964e06dd10
use pywin32-ctypes instead of pypiwin32
pypiwin32 might be going away for pywin32 at some point; and while looking into this I've found that pywin32-ctypes should be enough for our needs
7 years ago
Alexx Saver
18f07464c1
Added default keyserver
Notice: GPG will use hkp://keys.gnupg.net anyway if there is no config.
7 years ago
ThomasV
c8a2ff15b8
install patched pyinstaller from my own repo
7 years ago
SomberNight
f563f05fd1
prepare-wine: remove unnecessary DLLs
7 years ago
Johann Bauer
c53078c7c1
Install NSIS silently
7 years ago
SomberNight
0dca33e2f4
building on wine: check hash of NSIS, and GPG sig of Python
7 years ago