We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec9c38a commit 33dff02Copy full SHA for 33dff02
docker/batcher.Dockerfile
@@ -2,10 +2,10 @@ FROM ghcr.io/yetanotherco/aligned_layer/aligned_base:latest AS base
2
3
COPY go.mod .
4
COPY go.sum .
5
-COPY crates/batcher/gnark/verifier.go /aligned_layer/crates/batcher/gnark/verifier.go
+COPY crates/batcher/verifiers_ffi/verifier.go /aligned_layer/crates/batcher/verifiers_ffi/verifier.go
6
7
RUN apt update -y && apt install -y gcc
8
-RUN go build -buildmode=c-archive -o libverifier.a /aligned_layer/crates/batcher/gnark/verifier.go
+RUN go build -buildmode=c-archive -o libverifier.a /aligned_layer/crates/batcher/verifiers_ffi/verifier.go
9
10
FROM lukemathwalker/cargo-chef:latest-rust-1 AS chef
11
0 commit comments