mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-06-26 12:29:30 +00:00
fix(build): resolve mixVersion against git tags
Signed-off-by: Chrysostomos Nanakos <chris@include.gr>
This commit is contained in:
parent
fd7f712901
commit
84c28f2907
@ -67,7 +67,7 @@ task storage, "build logos storage binary":
|
||||
params = "-d:chronicles_runtime_filtering -d:chronicles_log_level=TRACE"
|
||||
|
||||
task mixTools, "build mix tools (mix_pool, mix_relay_dht)":
|
||||
let (desc, ec) = gorgeEx("git describe --always --dirty")
|
||||
let (desc, ec) = gorgeEx("git describe --tags --always --dirty")
|
||||
let mixVersion =
|
||||
if ec == 0 and desc.strip().len > 0:
|
||||
desc.strip()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user