Skip to content

ci: Cache third party dependencies for future builds #774

@twostars

Description

@twostars

Third party dependencies currently take up 1/3 of the overall build time (~7min, the largest individual chunk).

It would be preferable to just cache these in the actions cache, and reuse them for future workflows. That would cut down on a lot of the build time.

With "MSBuild" workflows (which builds using the precreated VS solutions) this is fairly simple since we can build its dedicated solution file.
I'm not so sure how this would work with CMake.

But it'd really help our build times.

Metadata

Metadata

Assignees

No one assigned

    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