gruve-p
abc155b688
Appimage build: update git=1:2.7.4-0ubuntu1.10 15b5d9d ( #7091 )
4 years ago
ThomasV
9b7f9219a3
fix travis builds (update openssl)
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
37a124fa1c
appimage: update package in dockerfile
4 years ago
Jin Eguchi
56f380a62c
appimage: update openssl & libudev-dev ( #6599 )
4 years ago
SomberNight
995250948a
appimage build: pin glibc version in docker image, for reproducibility
fixes #6357
5 years ago
SomberNight
3c6b049f9a
appimage: update package in dockerfile
5 years ago
SomberNight
2dfef9dde6
appimage: update package in dockerfile
Ubuntu no longer serves old version
5 years ago
Jin Eguchi
6339afee3b
appimage: update openssl ( #6186 )
5 years ago
SomberNight
587f8df8ad
binaries: update base docker image for wine/appimage
5 years ago
ThomasV
594f13b6f7
appimage: update libudev-dev in Dockerfile
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
e5e512df8c
appimage: update package in dockerfile
Ubuntu no longer serves old version
5 years ago
Jin Eguchi
4313bde4c2
appimage: update libudev-dev ( #5936 )
5 years ago
wakiyamap
1237134339
Fix travis appimage
5 years ago
Axel Gembe
d3385e49bb
Build: Install libxkbcommon-x11 in AppImage
Newer distributions do not install libxkbcommon-x11 by default
anymore and Qt depends on it.
-----
taken from ca3e4501cd
5 years ago
SomberNight
1c4728ecc6
appimage binary: bump python version (3.6.8->3.7.6)
5 years ago
SomberNight
255bf7caf4
build: update some packages in dockerfiles
Ubuntu no longer serves old version
5 years ago
SomberNight
9f9b0954e2
appimage: update package in dockerfile
Ubuntu no longer serves old version
5 years ago
SomberNight
69720946c1
appimage: update package in dockerfile
Ubuntu no longer serves old version
5 years ago
SomberNight
fc5248550c
appimage build: change base to ubuntu 16.04
ubuntu 14.04 is EOL
6 years ago
Axel Gembe
69b673b8a1
AppImage: Bundle more binaries to increase compatibility
This slightly increases the AppImage size but allows us to be more
compatible with older distributions.
-----
taken from Electron-Cash/Electron-Cash@96644acd6fd66f866a86613974bb68bb99f00d8c
6 years ago
SomberNight
baebfc03f1
binary builder dockerfiles: update packages
ubuntu no longer serves those older versions
6 years ago
SomberNight
9117ded1cd
appimage: build python with curses and sqlite3 included
related #5213
6 years ago
SomberNight
03ab64e39f
appimage: towards deterministic builds
same-machine build almost works.
$ diffoscope dist/electrum-3.3.4-76-geb04551-dirty-x86_64.AppImage1 dist/electrum-3.3.4-76-geb04551-dirty-x86_64.AppImage2
|############################| 100% Time: 0:00:05
--- dist/electrum-3.3.4-76-geb04551-dirty-x86_64.AppImage1
+++ dist/electrum-3.3.4-76-geb04551-dirty-x86_64.AppImage2
├── readelf --wide --decompress --hex-dump=.digest_md5 {}
│ @@ -1,4 +1,4 @@
│
│ Hex dump of section '.digest_md5':
│ - 0x00000000 77e356ea eefe1459 a40f00d9 ab5c0e00 w.V....Y.....\..
│ + 0x00000000 1dda23b5 31f9024c fe6d2755 e930a41a ..#.1..L.m'U.0..
6 years ago
SomberNight
a754f9fe10
initial commit for building AppImages for Linux x86_64
6 years ago