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 Apr 6, 2023
1 parent d9638bf commit e493194
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/ci-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ 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/registry

FROM install_rust AS cargo_deny
Expand Down

0 comments on commit e493194

Please sign in to comment.