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

Caching artifacts in bloop #1351

Open
Alexey-NM opened this issue Jul 31, 2020 · 1 comment
Open

Caching artifacts in bloop #1351

Alexey-NM opened this issue Jul 31, 2020 · 1 comment

Comments

@Alexey-NM
Copy link

It would be very useful to have the ability to share compilation cache between different computers.
There is prototype for such feature, it is remotebloop
It has been said that it is quite fragile and it can be fixed by adding built-in support for such feature.

see also:
Reload analysis files when they change

@Alexey-NM Alexey-NM changed the title Caching of artifacts in bloop Caching artifacts in bloop Aug 1, 2020
@Alexey-NM
Copy link
Author

They say in https://www.scala-sbt.org/1.x/docs/Remote-Caching.html

sbt 1.4.0 / Zinc 1.4.0 virtualizes the file paths tracked during incremental compilation, and uses content hash for change detection. With these combination, we can realize repeatable build, also known as build as function

It can be done similar

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant