File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 9292 run : |
9393 mkdir -p $PWD/artefacts
9494 ls -l $PWD/artefacts && rm -rf $PWD/artefacts/*
95- chmod a+rwx $PWD/artefacts
95+ chmod a+rwx $PWD/artefacts $PWD
9696 docker run --rm --detach \
9797 -v $PWD:/workdir --workdir /workdir \
9898 --name "${KMIR_CONTAINER_NAME}" \
@@ -117,7 +117,7 @@ jobs:
117117 bash -c "ls -la artefacts; mkdir -p artefacts/proof; ls -la artefacts"
118118 timeout 7200 \
119119 docker exec \
120- --env KORE_RPC_OPTS="--log-context *>depth. --log-context *>proxy --log-context *>llvm " \
120+ --env KORE_RPC_OPTS="--log-context *>depth. --log-context *>proxy " \
121121 --workdir /workdir "${KMIR_CONTAINER_NAME}" \
122122 kmir prove-rs --smir artefacts/p-token.smir.json \
123123 --start-symbol 'pinocchio_token_program::entrypoint::${{ matrix.proof }}' \
You can’t perform that action at this time.
0 commit comments