Skip to content

chore: remove cargo-chef from Dockerfile.depot#21577

Merged
DaniPopes merged 1 commit into
mainfrom
danipopes/remove-cargo-chef-depot
Jan 29, 2026
Merged

chore: remove cargo-chef from Dockerfile.depot#21577
DaniPopes merged 1 commit into
mainfrom
danipopes/remove-cargo-chef-depot

Conversation

@gakonst
Copy link
Copy Markdown
Member

@gakonst gakonst commented Jan 29, 2026

Summary

Removes cargo-chef from Dockerfile.depot since Depot builds already use sccache for compilation caching, making cargo-chef redundant.

Changes

  • Removed the chef and planner stages
  • Simplified to a single builder stage using rust:1 base image
  • Kept sccache integration for caching

Depot builds already have sccache for compilation caching, which
makes cargo-chef redundant. This simplifies the Dockerfile by
removing the planner stage and chef dependency.
@github-project-automation github-project-automation Bot moved this to Backlog in Reth Tracker Jan 29, 2026
@DaniPopes DaniPopes marked this pull request as ready for review January 29, 2026 16:22
@github-project-automation github-project-automation Bot moved this from Backlog to In Progress in Reth Tracker Jan 29, 2026
@DaniPopes DaniPopes enabled auto-merge January 29, 2026 16:24
@shekhirin shekhirin added the A-ci Related to github workflows or other build and lint tools label Jan 29, 2026
@DaniPopes DaniPopes added this pull request to the merge queue Jan 29, 2026
Merged via the queue into main with commit 3bc2191 Jan 29, 2026
47 checks passed
@DaniPopes DaniPopes deleted the danipopes/remove-cargo-chef-depot branch January 29, 2026 16:38
@github-project-automation github-project-automation Bot moved this from In Progress to Done in Reth Tracker Jan 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-ci Related to github workflows or other build and lint tools

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants