From 5604bef7077beaaaaccbfa68688ed1c721ab7da7 Mon Sep 17 00:00:00 2001 From: Ulf Wiger Date: Sat, 24 May 2025 12:04:56 +0200 Subject: [PATCH] update dep (gmhive_worker), bump zomp version (0.4.0) --- ebin/gmhive_client.app | 2 +- rebar.config | 2 +- rebar.lock | 2 +- src/gmhc_config_schema.erl | 9 ++------- zomp.meta | 8 ++++---- 5 files changed, 9 insertions(+), 14 deletions(-) diff --git a/ebin/gmhive_client.app b/ebin/gmhive_client.app index d7504da..dc58c7d 100644 --- a/ebin/gmhive_client.app +++ b/ebin/gmhive_client.app @@ -1,6 +1,6 @@ {application,gmhive_client, [{description,"Gajumaru Hive Client"}, - {vsn,"0.3.2"}, + {vsn,"0.4.0"}, {registered,[]}, {applications,[kernel,stdlib,sasl,gproc,inets,ssl,enoise, gmconfig,gmhive_protocol,gmhive_worker]}, diff --git a/rebar.config b/rebar.config index c58bab3..aa14abd 100644 --- a/rebar.config +++ b/rebar.config @@ -10,7 +10,7 @@ {gmhive_protocol, {git, "https://git.qpq.swiss/QPQ-AG/gmhive_protocol.git", {ref, "818ce33"}}}, - {gmhive_worker, {git, "https://git.qpq.swiss/QPQ-AG/gmhive_worker", {ref, "f6b6fd7"}}}, + {gmhive_worker, {git, "https://git.qpq.swiss/QPQ-AG/gmhive_worker", {ref, "255ef59"}}}, {gmconfig, {git, "https://git.qpq.swiss/QPQ-AG/gmconfig.git", {ref, "38620ff9e2"}}}, {gproc, "1.0.0"}, diff --git a/rebar.lock b/rebar.lock index e6d3acf..83d4afa 100644 --- a/rebar.lock +++ b/rebar.lock @@ -29,7 +29,7 @@ 0}, {<<"gmhive_worker">>, {git,"https://git.qpq.swiss/QPQ-AG/gmhive_worker", - {ref,"f6b6fd7915b311da76e907062db378b4a9af7913"}}, + {ref,"255ef59ccd7f795d2d25f2d0ebcf24e3251b6f36"}}, 0}, {<<"gmserialization">>, {git,"https://git.qpq.swiss/QPQ-AG/gmserialization.git", diff --git a/src/gmhc_config_schema.erl b/src/gmhc_config_schema.erl index 6783b2d..2468d6e 100644 --- a/src/gmhc_config_schema.erl +++ b/src/gmhc_config_schema.erl @@ -73,13 +73,8 @@ workers() -> #{executable => str(#{default => <<"mean29-generic">>, description => - <<"Executable binary of the worker. Options are: \"mean29-generic\"" - " (memory-intensive), " - "\"mean29-avx2\" (memory-intensive, benefits from faster CPU supporting" - " AVX2 instructions), " - "\"lean29-generic\" (CPU-intensive, useful if memory-constrained), " - "\"lean29-avx2\" (CPU-intensive, useful if memory-constrained, benefits " - "from faster CPU supporting AVX2 instructions).">>}), + <<"Executable binary of the worker. Can be a fully qualified path, \n" + "but the software may apply default logic to locate a plain basename.">>}), extra_args => str(#{description => <<"Extra arguments to pass to the worker executable binary. " "The safest choice is specifying no arguments i.e. empty string.">>, diff --git a/zomp.meta b/zomp.meta index b7acc7a..171a4f6 100644 --- a/zomp.meta +++ b/zomp.meta @@ -2,14 +2,14 @@ {type,app}. {modules,[]}. {prefix,"gmhc"}. -{author,"Ulf Wiger, QPQ AG"}. {desc,"Gajumaru Hive Client"}. -{package_id,{"uwiger","gmhive_client",{0,3,2}}}. -{deps,[{"otpr","eblake2",{1,0,1}}, +{author,"Ulf Wiger, QPQ AG"}. +{package_id,{"uwiger","gmhive_client",{0,4,0}}}. +{deps,[{"uwiger","gmhive_worker",{0,3,0}}, + {"otpr","eblake2",{1,0,1}}, {"uwiger","gmcuckoo",{1,1,1}}, {"otpr","base58",{0,1,1}}, {"otpr","gmserialization",{0,1,3}}, - {"uwiger","gmhive_worker",{0,1,1}}, {"uwiger","gmhive_protocol",{0,1,1}}, {"uwiger","setup",{2,2,4}}, {"uwiger","gproc",{1,0,1}},