Skip to content

Investigate github cache reduction #1222

@Mirko-von-Leipzig

Description

@Mirko-von-Leipzig

Keeping our CI cache usage low is an ongoing battle.

A couple of ideas to overall build size are mentioned here https://blog.rust-lang.org/2025/09/10/rust-compiler-performance-survey-2025-results. I recommend reading through the report in general, but I'm specifically interested in investigating the impact of:

  1. -Zembed-metadata which is unfortunately +nightly but it would be interesting to know how much of a difference this makes.
  2. Create (and use) a ci rust profile which disables (or reduces) debuginfo as per https://blog.rust-lang.org/2025/09/10/rust-compiler-performance-survey-2025-results/#debug-information. We can also consider updating dev similarly.
  3. It may be useful to apply (2) to only our dependencies since only those are cached in github.

Metadata

Metadata

Assignees

No one assigned

    Labels

    CICI and devops

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions