62 Commits
Author SHA1 Message Date
Anton TodorovandPhilippe Teuwen b6fc000405 revert opensuse-leap docker to default Python 3.6
forgot to revert the opensuse-leap/Dockerfile changes when reworking commit https://github.com/RfidResearchGroup/proxmark3/commit/39c846ada4832a874a1744bc45851b385857f6cb


Signed-off-by: Anton Todorov <ANTodorov@users.noreply.github.com>
2024-11-14 16:24:48 +01:00
ANTodorovandPhilippe Teuwen 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
iceman1001 489f91b388 better to upgrade too 2022-10-29 00:39:35 +02:00
iceman1001 ecc425683b adapt docker opensuse-tumbleweed 2022-10-29 00:38:48 +02:00
iceman1001 587167da83 adapt docker opensuse-lead 2022-10-29 00:30:08 +02:00
iceman1001 c3f35bdde0 adapt docker ubuntu-21, still no release since its EOL 2022-10-29 00:21:06 +02:00