Skip to content

Do something about the big rust build overhead #15

@tlater-famedly

Description

@tlater-famedly

We have a lot of cargo extensions that are installed in this docker image. Building them takes 20-30 minutes, this is one of our longest (and probably most expensive) CI builds.

We should consider using cargo-binstall to escape this, since pre-built binaries are available for practically all our inputs. Security implications exist, but there are probably easier ways to break our supply chain.

Failing that, we should probably at least consider using the faster builders for some workflows.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions