Skip to content

Commit cfeeb69

Browse files
authored
Merge pull request #1411 from o1-labs/dw/update-circuit-blobs
circuit-blobs: remove old ones
2 parents e54f594 + 8835b42 commit cfeeb69

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN make build-testing && \
2727

2828
# necessary for proof generation when running a block producer.
2929
RUN make download-circuits && \
30-
rm -rf circuit-blobs/berkeley_rc1 circuit-blobs/*/tests
30+
rm -rf circuit-blobs/*/tests
3131

3232
FROM debian:bullseye
3333
# hadolint ignore=DL3008

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,10 +189,8 @@ clean: ## Clean build artifacts
189189
download-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

0 commit comments

Comments
 (0)