Philippe Teuwen
cd17ee7ba2
Fix Opensuse Leap 15.6 Dockerfile
2024-09-10 09:53:52 +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
aca547aa4f
update docker stuff
2023-07-17 03:10:11 +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
iceman1001
99659db10a
text
2022-10-29 01:01:06 +02:00
iceman1001
587167da83
adapt docker opensuse-lead
2022-10-29 00:30:08 +02:00
Philippe Teuwen
54061d9364
Add openssl headers to the Dockerfiles
2022-02-15 23:08:06 +01:00
Philippe Teuwen
8837ff73d0
update dockerfiles to add python script support
2021-10-11 23:17:38 +02:00
Philippe Teuwen
02f3e439e2
docker opensuse leap notes
2021-09-05 02:21:51 +02:00
Philippe Teuwen
73fc526312
Remove cross compiler from Docker Opensuse Leap
2021-06-25 23:27:37 +02:00
Philippe Teuwen
4c36f5a5f7
update docker scripts
2021-05-26 17:39:03 +02:00