Remove cargo-chef and buildx cache #659
Labels
D1-feature
A new feature, a piece of functionality that needs to be developed
I4-urgent
should be completed within 4-6 hours
Context
After several's months' run the
cargo-chef
andbuildx cache
(from #409), it doesn't seem to be very effective - our CI-runner needs ~20 min anyway to run a docker build with release profile.Additionally,
cargo-chef
seems to remove theinherits
from the production profile which caused problems:Task
Remove use of cargo-chef
Acceptance criteria
cargo-chef is removed and CI doesn't break
If we found better ways for caching within docker, we can adjust it later (or even add back
cargo-chef
if it's improved)✔️ Please set appropriate labels and assignees if applicable.
The text was updated successfully, but these errors were encountered: