Skip to content

Commit

Permalink
chore: Disable any long build
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinblackman committed Mar 10, 2024
1 parent d7876eb commit 9710b88
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,14 @@ RUN mkdir -p /tmp/build-cache/.cargo && \
# Only install what is needed for general development.
WORKDIR /tmp/build-cache
RUN cargo install cargo-run-bin
RUN cargo cmd setup-nightly
RUN cargo bin committed --help
RUN cargo bin mise --help
RUN cargo deny --help
RUN cargo insta --help
RUN cargo nextest --help
RUN cargo watch --help
# Disabled for devpod bug report.
# RUN cargo cmd setup-nightly
# RUN cargo bin committed --help
# RUN cargo bin mise --help
# RUN cargo deny --help
# RUN cargo insta --help
# RUN cargo nextest --help
# RUN cargo watch --help

FROM rust:1.74.0-slim-bookworm

Expand Down

0 comments on commit 9710b88

Please sign in to comment.