You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 24, 2023. It is now read-only.
Docker caching is currently not supported due to limitations of cargo/issues/2644. However, there are ways around this.
Ideally, the case scenario is to run cargo fetch on just the Cargo.lock file. However, that cannot run unless src/* are present which defeats the whole point of layered docker caching.
Alternatively:
we could setup empty projects with mocked src/* structure and use Cargo.lock to RUN cargo fetch
@fuxingloh: Thanks for opening an issue, it is currently awaiting triage.
The triage/accepted label can be added by foundation members by writing /triage accepted in a comment.
Details
I am a bot created to help the DeFiCh developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the BirthdayResearch/oss-governance-bot repository.
@fuxingloh: There are no 'area' labels on this issue. Adding an appropriate label will greatly expedite the process for us. You can add as many area as you see fit. If you are unsure what to do you can ignore this!
You can add area labels by leaving a /area comment.
Details
I am a bot created to help the DeFiCh developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the BirthdayResearch/oss-governance-bot repository.
Docker caching is currently not supported due to limitations of cargo/issues/2644. However, there are ways around this.
Ideally, the case scenario is to run cargo fetch on just the
Cargo.lock
file. However, that cannot run unlesssrc/*
are present which defeats the whole point of layered docker caching.Alternatively:
src/*
structure and useCargo.lock
toRUN cargo fetch
cargo-chef
Originally posted by @fuxingloh in #163 (comment)
Why?
For better DX.
The text was updated successfully, but these errors were encountered: