Skip to content

Commit 83ce4c5

Browse files
committed
DEBUG make work directory world-writeable to appease LLVM backend
1 parent 1621c46 commit 83ce4c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
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 }}' \

0 commit comments

Comments
 (0)