91 Commits

Author SHA1 Message Date
Philippe Teuwen
b7aefdc2bc complete zlib reqs in docs & docker 2026-03-23 22:36:47 +01:00
Philippe Teuwen
c682ad3503 reintroduce a ubuntu 22.04 dockerfile to test old setups (e.g. old WSL) 2026-03-01 13:27:53 +01:00
Philippe Teuwen
1c8445dfe3 doc 2026-02-27 16:59:43 +01:00
Philippe Teuwen
9d97588c84 docker updates 2026-02-27 00:01:14 +01:00
Philippe Teuwen
601bdc371a more CI & docker tuning 2026-02-26 20:37:45 +01:00
Philippe Teuwen
9323db291d qt6: some CI & docker tuning 2026-02-26 18:58:41 +01:00
Philippe Teuwen
0f8175cbb7 add Debian Trixie arm64 and armhf dockerfiles 2026-02-21 18:37:45 +01:00
Philippe Teuwen
a659207090 remove debian oldstable docker files 2026-02-21 16:07:20 +01:00
Philippe Teuwen
59c58c9e93 docker tweaks 2026-02-21 15:16:15 +01:00
Philippe Teuwen
16ebcdce6c termux notes 2026-02-21 15:02:48 +01:00
Philippe Teuwen
bb83fdde74 termux release tests 2026-02-21 14:59:52 +01:00
Philippe Teuwen
3264c80b7f update docker opensuse 2026-02-07 01:58:06 +01:00
Philippe Teuwen
9b4bb4de48 missing Dockerfile 2026-02-06 18:48:39 +01:00
Philippe Teuwen
32adc77e74 prepare release: deprecate Ubuntu 24.10 and add Ubuntu 25.10 2026-02-06 14:00:30 +01:00
Philippe Teuwen
d1a093ec94 Add support for uv and simplify docker tests 2025-11-04 01:01:02 +01:00
Philippe Teuwen
b0271c4b68 update docker setups 2025-09-11 12:45:41 +02:00
Philippe Teuwen
22555cc5da fix docker opensuse/tumbleweed 2025-06-15 19:38:24 +02:00
Philippe Teuwen
4547d4ba7c fix dockers Fedora 42 & 43 2025-06-15 18:18:07 +02:00
Philippe Teuwen
0f53e9a0cb docker: add Fedora 43 (rawhide) 2025-03-26 01:10:21 +01:00
Philippe Teuwen
05fb168e0b docker: add Fedora 42 2025-03-25 23:19:52 +01:00
Philippe Teuwen
82a3aa90e0 docker: add Fedora 41, Ubuntu 24.04 and remove old ones 2025-03-25 23:11:08 +01:00
Philippe Teuwen
42b5602692 Missing docker files 2025-03-25 22:46:43 +01:00
Philippe Teuwen
272286f565 Fix Opensuse-leap docker: use ARM GCC14 2025-02-03 10:11:34 +01:00
Philippe Teuwen
e5bee8dd6f Docker images: supports TCP & BT connections 2024-12-18 23:36:37 +01:00
Philippe Teuwen
fbf03b9e8c fix sudo support in cross-platform Docker instances 2024-12-18 22:51:27 +01:00
Philippe Teuwen
12775960dc Refactor Docker scripts 2024-12-18 22:24:20 +01:00
Philippe Teuwen
8e99b792b2 Add cross-platform docker images for armv7 and arm64 2024-12-18 22:18:21 +01:00
Philippe Teuwen
a1a9b50d24 Docker: fix test for pm3 when building images 2024-12-18 15:29:26 +01:00
Philippe Teuwen
f09705868a all Docker envs: add support for connection to host device 2024-12-18 13:31:06 +01:00
Anton Todorov
b6fc000405 revert opensuse-leap docker to default Python 3.6
forgot to revert the opensuse-leap/Dockerfile changes when reworking commit 39c846ada4


Signed-off-by: Anton Todorov <ANTodorov@users.noreply.github.com>
2024-11-14 16:24:48 +01:00
ANTodorov
f3e9a79ca4 add option to build against non-default python3 package 2024-11-14 09:01:41 +01:00
Philippe Teuwen
cd17ee7ba2 Fix Opensuse Leap 15.6 Dockerfile 2024-09-10 09:53:52 +02:00
Philippe Teuwen
a907e93d19 fix parrot dockerfile 2024-09-10 01:17:48 +02:00
Philippe Teuwen
cb473b6238 fix opensuse-leap docker 2024-09-10 01:16:55 +02:00
Philippe Teuwen
8cf66420af add gd to all Dockerfiles due to changes in hf waveshare 2024-09-10 00:59:14 +02:00
Philippe Teuwen
fd1d088099 Fix Dockerfiles deprecation warning 2024-09-10 00:14:37 +02:00
Philippe Teuwen
7b5c350089 fix Tumbleweed docker 2023-09-08 15:46:49 +02:00
Philippe Teuwen
662ce8403e lz4 missing in some docs 2023-07-17 04:56:18 +02:00
Philippe Teuwen
9b2fb950ef fix docker/homebrew 2023-07-17 03:31:11 +02:00
Philippe Teuwen
aca547aa4f update docker stuff 2023-07-17 03:10:11 +02:00
Philippe Teuwen
a54097e19c fix archlinux and fedora dockers 2023-07-16 17:25:47 +02:00
Philippe Teuwen
83e083100b Bring LZ4 support for hardnested tables
Testing perfs on an old 8-core laptop:
BZ2   :   2 Mb, average decompression time: 5514 ms
LZ4 -9:   9 Mb, average decompression time:  837 ms
RAW   : 704 Mb, average decompression time:  368 ms

Other LZ4 options don't help: -1 is slower and bigger, --favor-decSpeed does not do anything

To enable:

apt install liblz4-dev
cd client/resources/hardnested_tables
for i in *bz2; do bunzip2 $i; lz4 -9 --rm ${i%.bz2}; done
2023-07-15 22:58:00 +02:00
Philippe Teuwen
2282d480ad update opensuse docker tests and other dockers 2023-01-16 00:34:02 +01:00
Philippe Teuwen
7e02a64576 update fedora docker tests 2023-01-15 21:53:39 +01:00
Philippe Teuwen
cb8f1a51ad update parrot docker tests 2023-01-15 19:54:56 +01:00
Philippe Teuwen
65d0e1ef06 update docker ubuntu 2023-01-15 19:41:19 +01:00
Philippe Teuwen
f54dd925d1 docker & tests 2023-01-15 18:46:35 +01:00
iceman1001
216858eeba adapt docker images 2022-10-29 01:13:01 +02:00
iceman1001
99659db10a text 2022-10-29 01:01:06 +02:00
iceman1001
01c469115b better to upgrade too 2022-10-29 00:40:03 +02:00