Fix zcash-params Dockerfile build failure (#4235)
This commit is contained in:
parent
7506655774
commit
d021f50df1
|
@ -18,12 +18,11 @@ RUN apt-get -qq update && \
|
||||||
libclang-dev \
|
libclang-dev \
|
||||||
clang \
|
clang \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
|
cmake \
|
||||||
|
protobuf-compiler \
|
||||||
; \
|
; \
|
||||||
rm -rf /var/lib/apt/lists/* /tmp/*
|
rm -rf /var/lib/apt/lists/* /tmp/*
|
||||||
|
|
||||||
# Optimize builds. In particular, regenerate-stateful-test-disks.yml was reaching the
|
|
||||||
# GitHub Actions time limit (6 hours), so we needed to make it faster.
|
|
||||||
ENV RUSTFLAGS -O
|
|
||||||
ENV CARGO_HOME /app/.cargo/
|
ENV CARGO_HOME /app/.cargo/
|
||||||
# Build dependencies - this is the caching Docker layer!
|
# Build dependencies - this is the caching Docker layer!
|
||||||
RUN cargo chef cook --release --features enable-sentry --recipe-path recipe.json
|
RUN cargo chef cook --release --features enable-sentry --recipe-path recipe.json
|
||||||
|
|
Loading…
Reference in New Issue