File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 44// Allow what is needed
55! crates
66! tests
7- ! resources / docker / entrypoint.sh
7+ ! resources
88
99! Cargo.lock
1010! Cargo.toml
Original file line number Diff line number Diff line change 8484 mv /fdb/usr/lib/libfdb_c.so /usr/lib && \
8585 rm -rf fdb-client.deb /fdb; \
8686 fi
87- # Copy the source code
88- COPY . .
8987# Cargo-chef Cache layer
9088RUN \
9189 --mount=type=secret,id=ACTIONS_RESULTS_URL,env=ACTIONS_RESULTS_URL \
@@ -104,6 +102,8 @@ RUN \
104102 source /env-cargo && \
105103 cargo chef cook --recipe-path recipe.json --zigbuild --release --target ${TARGET} -p stalwart --no-default-features --features "sqlite postgres mysql rocks elastic s3 redis azure nats enterprise" && \
106104 cargo chef cook --recipe-path recipe.json --zigbuild --release --target ${TARGET} -p stalwart-cli
105+ # Copy the source code
106+ COPY . .
107107ENV RUSTC_WRAPPER="sccache" \
108108 SCCACHE_GHA_ENABLED=true
109109# Build FoundationDB version
You can’t perform that action at this time.
0 commit comments