update build setup

This commit is contained in:
Jaremy Creechley 2023-12-22 18:28:31 -07:00
parent 54ab0ff0b2
commit 8ebd8c326d
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
2 changed files with 5 additions and 1 deletions

View File

@ -21,7 +21,11 @@ proc test(name: string, srcDir = "tests/", params = "", lang = "c") =
buildBinary name, srcDir, params
exec "build/" & name
task buildStorageProofs, "build codex storage proofs":
buildBinary "storage_proofs", srcDir = "codex/utils/", params = "-f "
task codex, "build codex binary":
buildStorageProofsTask()
buildBinary "codex", params = "-d:chronicles_runtime_filtering -d:chronicles_log_level=TRACE"
task testCodex, "Build & run Codex tests":

@ -1 +1 @@
Subproject commit 7b28dd8265e2546e656b6198eca0c6fe5fba2c21
Subproject commit 19ed539d3ec6dfd2bde06131507baf5d8813539f