Skip to content

Commit

Permalink
merge v3 to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaariel91 committed Sep 26, 2024
1 parent 0e986a5 commit 601ce16
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 282 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM --platform=$BUILDPLATFORM ubuntu:22.04 AS build

RUN apt-get update && apt-get install -y git

RUN git clone --branch v3 https://github.com/baking-bad/stone-prover.git /app
RUN git clone https://github.com/baking-bad/stone-prover.git /app

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion air_prover/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:22.04 AS build

RUN apt-get update && apt-get install -y git

RUN git clone --branch v3 https://github.com/baking-bad/stone-prover.git /app
RUN git clone https://github.com/baking-bad/stone-prover.git /app

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion air_verifier/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM ubuntu:22.04 AS build
RUN apt-get update && apt-get install -y git

#Don't forget to remove the --branch after merging
RUN git clone --branch v3 https://github.com/baking-bad/stone-prover.git /app
RUN git clone https://github.com/baking-bad/stone-prover.git /app

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ else

fi

git clone --branch v3 https://github.com/baking-bad/stone-prover.git /tmp/stone-prover
git clone https://github.com/baking-bad/stone-prover.git /tmp/stone-prover

cd /tmp/stone-prover || exit

Expand Down
278 changes: 0 additions & 278 deletions test_files/fibonacci_proof.json

This file was deleted.

0 comments on commit 601ce16

Please sign in to comment.