Skip to content

Path normalization for containerized builds #2347

@zmc

Description

@zmc

For compiler caching to work properly, paths to source files need to be able to match across builds. That means things like the ceph version, git commit id, etc. should not be present in any path components.

Containerized builds will help greatly with this, and are a work-in-progress: CentOS builds appear to properly get a 100% cache hit rate on rebuilds. Ubuntu builds, however, do not. See this build of the WIP pipeline, particularly how the CentOS branch takes 30min to compile while the Ubuntu branch takes 73min.

We need to investigate how to normalize paths for Ubuntu and Debian builds.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions