Skip to content

Commit

Permalink
Trying rust-tls to speed up the build
Browse files Browse the repository at this point in the history
  • Loading branch information
ikatson committed Aug 27, 2024
1 parent b094675 commit 0b7e011
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
usr-local-cargo-registry-cache
usr-local-cargo-registry-index
src-target
key: cache-${{ hashFiles('docker/Dockerfile.xx') }}
key: docker-xx

- name: inject cache into docker
uses: reproducible-containers/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.xx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN --mount=type=cache,target=/usr/local/cargo/git/db \
--mount=type=cache,target=/usr/local/cargo/registry/index \
find /usr/local/cargo/git/db && \
find /usr/local/cargo/registry/cache && \
/usr/local/cargo/registry/index && \
find /usr/local/cargo/registry/index && \
cargo fetch

ENV PROFILE=release-github
Expand Down

0 comments on commit 0b7e011

Please sign in to comment.