SomberNight
2b4bf19c06
win build: update some build dependencies
3 years ago
Jin Eguchi
cba49db196
windows build: update gnupg(2.2.19-3ubuntu2.1) ( #7030 )
4 years ago
SomberNight
1a629d88e7
windows binaries: bump wine version
related: #6971
4 years ago
SomberNight
3d640dfc1f
windows binaries: bump python version (3.7.9->3.8.7)
Had to also bump ubuntu version 18.04->20.04,
as was getting errors running the self-compiled pyinstaller otherwise (weird...):
```
from .utils.git import get_repo_revision
ModuleNotFoundError: No module named 'PyInstaller.utils'
```
(similar to https://github.com/pyinstaller/pyinstaller/issues/4403 )
-----
Note re appimage: when trying to compile python 3.8.x on ubuntu 16.04, I am getting:
./Modules/posixmodule.c: In function ‘os_copy_file_range_impl’:
./Modules/posixmodule.c:10351:15: error: implicit declaration of function ‘copy_file_range’ [-Werror=implicit-function-declaration]
ret = copy_file_range(src, p_offset_src, dst, p_offset_dst, count, flags);
This is because ubuntu 16.04 has too old glibc.
4 years ago
SomberNight
7afcfe7943
build: update some packages in dockerfiles
Ubuntu no longer serves old version
4 years ago
ghost43
fc89c8ffa9
win binary: build zbar ourselves ( #6593 )
This allows bundling much newer zbar that includes many fixes.
related: #6018
This is largely based on
https://github.com/Electron-Cash/Electron-Cash/pull/1362
https://github.com/Electron-Cash/Electron-Cash/pull/1363
https://github.com/Electron-Cash/Electron-Cash/pull/1365
eda015908e
4 years ago
SomberNight
587f8df8ad
binaries: update base docker image for wine/appimage
5 years ago
Jin Eguchi
1846154ca3
build: update git in dockerfiles ( #6107 )
5 years ago
SomberNight
c2d6a902dd
build: update some packages in dockerfiles
Ubuntu no longer serves old version
5 years ago
SomberNight
bab9f68736
windows binaries: update wine
5 years ago
SomberNight
255bf7caf4
build: update some packages in dockerfiles
Ubuntu no longer serves old version
5 years ago
SomberNight
fd70b806de
(trivial) wine build: rm keys in Dockerfile
5 years ago
SomberNight
8e32f49469
wine build: rm old README
6 years ago
SomberNight
baebfc03f1
binary builder dockerfiles: update packages
ubuntu no longer serves those older versions
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
d4967faf28
wine build: pin wine signing key. minor refactoring.
6 years ago
Romano
c60583293a
[Docker] fix gnupg2 and dirmngr
6 years ago
SomberNight
4225e79456
win build: wine upstream gpg key weirdness
6 years ago
SomberNight
505cb2f65d
build-wine: update git version
6 years ago
脇山P
9ce3814d8b
build-wine: update git version ( #4769 )
6 years ago
SomberNight
86733279f6
docker-wine: update package versions
the previous version is no longer available. hopefully these versions are "lts"
ref: 6899ca2527
6 years ago
SomberNight
6899ca2527
docker-wine: update a package version
the previous version is no longer available. this suggests that it's difficult to reproduce old builds.
not sure about long term solution.
7 years ago
SomberNight
586aee45eb
fix #4508 : pin down wine deps in docker win build
7 years ago
Filip Gospodinov
5fde89b689
Dockerfile: don't suppress error message ( #4509 )
The `-qq` flag will suppress helpful output in case
of an error.
7 years ago
SomberNight
2d29c9313f
docker windows build: fix missing translations
7 years ago
SomberNight
068b6acf79
wine build: use docker to (try to) have reproducible builds
7 years ago