Commit graph

60 commits

Author SHA1 Message Date
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
iceman1001
04ed4eb1d6 adapted docker ubuntu-20 2022-10-29 00:14:31 +02:00
iceman1001
5245c6801d adapt ubuntu 18 docker 2022-10-29 00:04:53 +02:00
iceman1001
7c7f1e94fa adapt parrot docker 2022-10-28 23:50:41 +02:00
iceman1001
cf5b500a6b adapt debian docker 2022-10-28 23:38:22 +02:00
iceman1001
a557b53ae7 text 2022-10-28 22:17:22 +02:00
iceman1001
3f0b77fa93 add pip , cd directory when building and adding large release test script 2022-10-28 22:17:01 +02:00
iceman1001
06d653e330 skip install testing 2022-10-28 22:00:03 +02:00
iceman1001
038407a6ab add pip when building the docker image instead 2022-10-28 21:59:17 +02:00
iceman1001
7c44f36c0c added new test shell script to setup / install / build and test the proxmark source code for docker env archlinux 2022-10-26 22:32:04 +02:00
Philippe Teuwen
54061d9364 Add openssl headers to the Dockerfiles 2022-02-15 23:08:06 +01:00
Philippe Teuwen
081edec89b text 2022-01-09 17:52:16 +01:00
Philippe Teuwen
f11ae25213 Disable ht2crack5gpu as ht2crack5opencl supercedes it and ht2crack5gpu can be difficult to get running on setups supporting OpenCL on more than one Nvidia GPU 2022-01-09 16:34:31 +01:00
Philippe Teuwen
6b0b9682aa arch docker 2022-01-09 16:09:50 +01:00
Philippe Teuwen
9e666e2ebe docker kali 2021-12-15 01:42:01 +01:00
Philippe Teuwen
acb23acfc5 docker parrot 2021-12-15 01:27:24 +01:00
Philippe Teuwen
4beb851cfc docker build-all script 2021-12-15 01:08:05 +01:00
Philippe Teuwen
c104ec275b docker ubuntu 2021-12-15 01:06:19 +01:00
Philippe Teuwen
f664b426c8 docker fedora-35 2021-12-15 00:28:25 +01:00
Philippe Teuwen
8837ff73d0 update dockerfiles to add python script support 2021-10-11 23:17:38 +02:00
Philippe Teuwen
29f930ba21 docker opensuse tumbleweed bump arm gcc to v11 2021-09-05 02:43:22 +02:00
Philippe Teuwen
02f3e439e2 docker opensuse leap notes 2021-09-05 02:21:51 +02:00
Philippe Teuwen
5d13f1a409 remove docker debian oldstable 2021-09-05 00:18:08 +02:00
Philippe Teuwen
cbab6a74c9 docker fedora: missing cmake 2021-09-05 00:16:43 +02:00
Philippe Teuwen
6fcba2bc08 Add docker for new stable Debian 2021-09-04 23:33:52 +02:00
Philippe Teuwen
aee2b43b8c Notes on running tests on Docker Ubuntu 18.04 2021-06-25 23:34:29 +02:00
Philippe Teuwen
c2a845e0df Notes on running tests on Docker Opensuse Tumbleweed 2021-06-25 23:31:25 +02:00
Philippe Teuwen
73fc526312 Remove cross compiler from Docker Opensuse Leap 2021-06-25 23:27:37 +02:00