Skip to content

Share build cache between projects on local machine #12

@repi

Description

@repi

Current build cache intermediate files are local for each workspace, so if a crate is used in multiple different projects/workspaces one builds it multiple times on the same machine.

This slows down development and iteration times, esp. when jumping between tons of different projects or crates as one have to rebuild a lot of common dependencies.

This is less of a problem for our own code as we have all of it in a single monorepo and Cargo workspace.

Discussion thread: [Idea] Cargo Global Binary Cache

Issue:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions