-
Notifications
You must be signed in to change notification settings - Fork 146
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
Improve rust caching #2263
Milestone
Comments
levBagryansky
added a commit
to levBagryansky/eo
that referenced
this issue
Sep 11, 2023
levBagryansky
added a commit
to levBagryansky/eo
that referenced
this issue
Sep 11, 2023
levBagryansky
added a commit
to levBagryansky/eo
that referenced
this issue
Sep 11, 2023
levBagryansky
added a commit
to levBagryansky/eo
that referenced
this issue
Sep 11, 2023
levBagryansky
added a commit
to levBagryansky/eo
that referenced
this issue
Sep 11, 2023
levBagryansky
added a commit
to levBagryansky/eo
that referenced
this issue
Sep 11, 2023
levBagryansky
added a commit
to levBagryansky/eo
that referenced
this issue
Sep 12, 2023
levBagryansky
added a commit
to levBagryansky/eo
that referenced
this issue
Oct 2, 2023
levBagryansky
added a commit
to levBagryansky/eo
that referenced
this issue
Oct 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to https://doc.rust-lang.org/cargo/guide/build-cache.html we can improve rust projects' caching mechanism via
target-dir
command-line flag. Seems we can get rid of copying directories by creating compiled files in./eo/Lib<project-name>
The text was updated successfully, but these errors were encountered: