DeFiCh / metachain

DFIP 2111-B: VOC: Ethereum Virtual Machine (EVM) Support
https://docs.defimetachain.org
MIT License
22 stars 4 forks source link

docker caching is currently not supported due to limitations of cargo/issues/2644. However, there are ways around this. #164

Open fuxingloh opened 1 year ago

fuxingloh commented 1 year ago

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:

_Originally posted by @fuxingloh in https://github.com/DeFiCh/metachain/pull/163#discussion_r1030071315_

Why?

For better DX.

defichain-bot commented 1 year ago

@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](https://github.com/DeFiCh) developers manage community feedback and contributions. You can check out my [manifest file](https://github.com/DeFiCh/metachain/blob/main/.github/governance.yml) 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](https://github.com/BirthdayResearch/oss-governance-bot) repository.
defichain-bot commented 1 year ago

@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](https://github.com/DeFiCh) developers manage community feedback and contributions. You can check out my [manifest file](https://github.com/DeFiCh/metachain/blob/main/.github/governance.yml) 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](https://github.com/BirthdayResearch/oss-governance-bot) repository.
fuxingloh commented 1 year ago

/kind feature /area workflow