mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 14:16:44 +00:00
chore(docker): make sure the libzkp directory is clean (#664)
might have artifacts already built on the host machine
This commit is contained in:
parent
4553f5f269
commit
df83a62528
1 changed files with 1 additions and 0 deletions
|
|
@ -17,6 +17,7 @@ COPY --from=planner /app/recipe.json recipe.json
|
||||||
RUN cargo chef cook --release --recipe-path recipe.json
|
RUN cargo chef cook --release --recipe-path recipe.json
|
||||||
|
|
||||||
COPY ./rollup/circuitcapacitychecker/libzkp .
|
COPY ./rollup/circuitcapacitychecker/libzkp .
|
||||||
|
RUN cargo clean
|
||||||
RUN cargo build --release
|
RUN cargo build --release
|
||||||
RUN find ./ | grep libzktrie.so | xargs -I{} cp {} /app/target/release/
|
RUN find ./ | grep libzktrie.so | xargs -I{} cp {} /app/target/release/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue