mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-03 22:13:12 +00:00
attempt to fix
This commit is contained in:
parent
c444df9a5a
commit
02c86f4178
2
.github/workflows/docker-dist-tests.yml
vendored
2
.github/workflows/docker-dist-tests.yml
vendored
@ -45,7 +45,7 @@ jobs:
|
||||
uses: ./.github/workflows/docker-reusable.yml
|
||||
needs: get-contracts-hash
|
||||
with:
|
||||
nimflags: '-d:disableMarchNative -d:codex_enable_api_debug_peers=true -d:codex_enable_proof_failures=true -d:codex_enable_log_counter=true -d:verify_circuit=true'
|
||||
nimflags: '-d:disableMarchNative -d:codex_enable_api_debug_peers=true -d:codex_enable_proof_failures=true -d:codex_enable_log_counter=true -d:verify_circuit=true -d:chronosProfiling=true'
|
||||
nat_ip_auto: true
|
||||
tag_latest: ${{ github.ref_name == github.event.repository.default_branch || startsWith(github.ref, 'refs/tags/') }}
|
||||
tag_suffix: dist-tests
|
||||
|
||||
@ -31,7 +31,7 @@ proc test(name: string, srcDir = "tests/", params = "", lang = "c") =
|
||||
|
||||
task codex, "build codex binary":
|
||||
buildBinary "codex",
|
||||
params = "-d:chronicles_runtime_filtering -d:chronicles_log_level=TRACE"
|
||||
params = "-d:chronicles_runtime_filtering -d:chronicles_log_level=TRACE -d:chronosProfiling=true"
|
||||
|
||||
task toolsCirdl, "build tools/cirdl binary":
|
||||
buildBinary "tools/cirdl/cirdl"
|
||||
@ -49,7 +49,7 @@ task testIntegration, "Run integration tests":
|
||||
test "testIntegration"
|
||||
# use params to enable logging from the integration test executable
|
||||
# test "testIntegration", params = "-d:chronicles_sinks=textlines[notimestamps,stdout],textlines[dynamic] " &
|
||||
# "-d:chronicles_enabled_topics:integration:TRACE"
|
||||
# "-d:chronicles_enabled_topics:integration:TRACE"
|
||||
|
||||
task build, "build codex binary":
|
||||
codexTask()
|
||||
|
||||
2
vendor/asynctest
vendored
2
vendor/asynctest
vendored
@ -1 +1 @@
|
||||
Subproject commit 5154c0d79dd8bb086ab418cc659e923330ac24f2
|
||||
Subproject commit 73c08f77afc5cc2a5628d00f915b97bf72f70c9b
|
||||
2
vendor/codex-contracts-eth
vendored
2
vendor/codex-contracts-eth
vendored
@ -1 +1 @@
|
||||
Subproject commit c00152e6213a3ad4e6760a670213bfae22b0aabf
|
||||
Subproject commit 0bf138512b7c1c3b8d77c48376e47f702e47106c
|
||||
2
vendor/constantine
vendored
2
vendor/constantine
vendored
@ -1 +1 @@
|
||||
Subproject commit bc3845aa492b52f7fef047503b1592e830d1a774
|
||||
Subproject commit 8d6a6a38b90fb8ee3ec2230839773e69aab36d80
|
||||
2
vendor/nim-codex-dht
vendored
2
vendor/nim-codex-dht
vendored
@ -1 +1 @@
|
||||
Subproject commit 4bd3a39e0030f8ee269ef217344b6b59ec2be6dc
|
||||
Subproject commit f6eef1ac95c70053b2518f1e3909c909ed8701a6
|
||||
2
vendor/nim-datastore
vendored
2
vendor/nim-datastore
vendored
@ -1 +1 @@
|
||||
Subproject commit d67860add63fd23cdacde1d3da8f4739c2660c2d
|
||||
Subproject commit 5778e373fa97286f389e0aef61f1e8f30a934dab
|
||||
2
vendor/nim-ethers
vendored
2
vendor/nim-ethers
vendored
@ -1 +1 @@
|
||||
Subproject commit b505ef1ab889be8161bb1efb4908e3dfde5bc1c9
|
||||
Subproject commit bbced4673316763c6ef931b4d0a08069cde2474c
|
||||
2
vendor/nim-leveldbstatic
vendored
2
vendor/nim-leveldbstatic
vendored
@ -1 +1 @@
|
||||
Subproject commit 4da61d231a5e73c5daf85eb23f146242b90b144f
|
||||
Subproject commit 378ef63e261e3b5834a3567404edc3ce838498b3
|
||||
2
vendor/nim-libp2p
vendored
2
vendor/nim-libp2p
vendored
@ -1 +1 @@
|
||||
Subproject commit 036e110a6080fba1a1662c58cfd8c21f9a548021
|
||||
Subproject commit c08d80734989b028b3d1705f2188d783a343aac0
|
||||
Loading…
x
Reference in New Issue
Block a user