Skip to content

Commit

Permalink
chore: prepare git folder within cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardomourar committed May 26, 2023
1 parent 528d0f8 commit 1ddbd45
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/ci-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,9 @@ RUN set -eux; \
cargo +${rust_nightly_version} -Z sparse-registry install --locked --path tools/ci-build/difftags; \
cargo +${rust_nightly_version} -Z sparse-registry install --locked --path tools/ci-build/sdk-lints; \
cargo +${rust_nightly_version} -Z sparse-registry install --locked --path tools/ci-build/sdk-versioner; \
mkdir -p /opt/cargo/git/db; \
chmod g+rw -R /opt/cargo/git; \
chmod g+rw -R /opt/cargo/bin; \
chmod g+rw -R /opt/cargo/registry

FROM install_rust AS cargo_deny
Expand Down

0 comments on commit 1ddbd45

Please sign in to comment.