File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ RUN make build-testing && \
2727
2828# necessary for proof generation when running a block producer.
2929RUN make download-circuits && \
30- rm -rf circuit-blobs/berkeley_rc1 circuit-blobs/ */tests
30+ rm -rf circuit-blobs/*/tests
3131
3232FROM debian:bullseye
3333# hadolint ignore=DL3008
Original file line number Diff line number Diff line change @@ -189,10 +189,8 @@ clean: ## Clean build artifacts
189189download-circuits : # # Download the circuits used by Mina from GitHub
190190 @if [ ! -d " circuit-blobs" ]; then \
191191 git clone --depth 1 https://github.com/openmina/circuit-blobs.git; \
192- ln -s " $$ PWD" /circuit-blobs/3.0.0devnet ledger/; \
193192 ln -s " $$ PWD" /circuit-blobs/3.0.0mainnet ledger/; \
194193 ln -s " $$ PWD" /circuit-blobs/3.0.1devnet ledger/; \
195- ln -s " $$ PWD" /circuit-blobs/berkeley_rc1 ledger/; \
196194 else \
197195 echo " circuit-blobs already exists, skipping download." ; \
198196 fi
You can’t perform that action at this time.
0 commit comments