Skip to content

Commit 4701385

Browse files
committed
DEBUG logging for kore-rpc-booster to determine crash reason
1 parent 4e38d17 commit 4701385

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/rv-run-proofs.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ jobs:
115115
docker exec --workdir /workdir "${KMIR_CONTAINER_NAME}" \
116116
bash -c "ls -la artefacts; mkdir -p artefacts/proof; ls -la artefacts"
117117
timeout 7200 \
118-
docker exec --workdir /workdir "${KMIR_CONTAINER_NAME}" \
118+
docker exec \
119+
--env KORE_RPC_OPTS="--log-context *>depth. --log-context *>proxy" \
120+
--workdir /workdir "${KMIR_CONTAINER_NAME}" \
119121
kmir prove-rs --smir artefacts/p-token.smir.json \
120122
--start-symbol 'pinocchio_token_program::entrypoint::${{ matrix.proof }}' \
121123
--verbose \
@@ -131,7 +133,7 @@ jobs:
131133
if: always()
132134
uses: actions/upload-artifact@v4
133135
with:
134-
name: $artefacts-${{ matrix.proof }}
136+
name: artefacts-${{ matrix.proof }}
135137
path: |
136138
artefacts/p-token.smir.json
137139
artefacts/proof/*-full.txt

0 commit comments

Comments
 (0)