Skip to content

Commit 75c14c3

Browse files
committed
fix(ci): pre-build debug dependency artifacts in Dockerfile to speed up CI
1 parent ee97c75 commit 75c14c3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ COPY Cargo.toml Cargo.lock ./
3535
RUN echo "fn main() {}" > src/main.rs \
3636
&& echo "fn main() {}" > benches/performance.rs \
3737
&& cargo build --release \
38+
&& cargo build \
3839
&& cd / && rm -rf /tmp/build
3940

4041
# Install cargo-binstall as vscode

0 commit comments

Comments
 (0)