Skip to content

Commit

Permalink
fix: Try adding some cargo-c cache
Browse files Browse the repository at this point in the history
  • Loading branch information
wanjohiryan committed Dec 10, 2024
1 parent f820e0f commit f1c2e30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions containers/runner.Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ RUN rustup default stable
RUN --mount=type=cache,target=/builder/target/ \
--mount=type=cache,target=/usr/local/cargo/git/db \
--mount=type=cache,target=/usr/local/cargo/registry/ \
--mount=type=cache,target=/root/.cargo/bin/ \
cargo install cargo-c

# Clone gst plugin source #
Expand Down

0 comments on commit f1c2e30

Please sign in to comment.