Skip to content

Commit

Permalink
use native-gnark
Browse files Browse the repository at this point in the history
  • Loading branch information
anylots committed Feb 21, 2025
1 parent a029f45 commit 10b2b76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prover/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ kzg-rs = { version = "0.2.5" }
sha2 = "0.10.8"

sp1-zkvm = { git = "https://github.com/morph-l2/sp1.git", branch = "v4"}
sp1-sdk = { git = "https://github.com/morph-l2/sp1.git", branch = "v4"}
sp1-sdk = { git = "https://github.com/morph-l2/sp1.git", branch = "v4", features = ["native-gnark"]}
sp1-helper = { git = "https://github.com/morph-l2/sp1.git", branch = "v4"}

# dependencies from scroll-tech
Expand Down
2 changes: 1 addition & 1 deletion prover/Dockerfile.sp1-app
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM sp1-base:latest

COPY . /app
WORKDIR /app
RUN cd bin/server && RUST_LOG=info RUSTFLAGS="-C target-cpu=native -C target-feature=+avx512f" cargo build --release --features native-gnark
RUN cd bin/server && RUST_LOG=info RUSTFLAGS="-C target-cpu=native -C target-feature=+avx512f" cargo build --release
RUN cp target/release/prover-server ./

CMD ["./prover-server"]

0 comments on commit 10b2b76

Please sign in to comment.