Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Future support for shared compile cache #9

Open
kentfredric opened this issue Oct 28, 2019 · 0 comments
Open

Future support for shared compile cache #9

kentfredric opened this issue Oct 28, 2019 · 0 comments
Labels
discussion ideas, thoughts and meta issues that may or may not eventually lead to some concrete change

Comments

@kentfredric
Copy link
Member

As-is, things like ccache don't produce enough leverage, and trying to test/build crates at scale is painful, with literally every crate having to be recompiled every time.

There may be options involving RUST_TARGET_DIR , to somewhere like /var/tmp/cargo/, but there's still issues here.

  1. Concurrent compiles are blocked by this
  2. It bloats quickly
  3. We'd need some management tools to clean it up automatically: [1][2]
  4. It could potentially mess up how we currently do build tooling :/
@kentfredric kentfredric added the discussion ideas, thoughts and meta issues that may or may not eventually lead to some concrete change label Feb 10, 2020
@kentfredric kentfredric changed the title [discussion] Future support for shared compile cache Future support for shared compile cache Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion ideas, thoughts and meta issues that may or may not eventually lead to some concrete change
Projects
None yet
Development

No branches or pull requests

1 participant