mirror of
https://github.com/logos-storage/logos-storage-proofs.git
synced 2026-01-02 13:33:10 +00:00
update build setup
This commit is contained in:
parent
7b28dd8265
commit
19ed539d3e
@ -10,10 +10,10 @@ const
|
|||||||
|
|
||||||
static:
|
static:
|
||||||
let cmd = "cargo build --release"
|
let cmd = "cargo build --release"
|
||||||
hint "\nBuilding codex-storage-proofs: " & cmd
|
warning "\nBuilding codex-storage-proofs: " & cmd
|
||||||
let (output, exitCode) = gorgeEx cmd
|
let (output, exitCode) = gorgeEx cmd
|
||||||
for ln in output.splitLines():
|
for ln in output.splitLines():
|
||||||
hint("cargo> " & ln)
|
warning("cargo> " & ln)
|
||||||
if exitCode != 0:
|
if exitCode != 0:
|
||||||
raise (ref Defect)(msg: "Failed to build codex-storage-proofs")
|
raise (ref Defect)(msg: "Failed to build codex-storage-proofs")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user