obi1kenobi / cargo-semver-checks

Scan your Rust crate for semver violations.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Consider using the `mold` linker in CI

obi1kenobi opened this issue · comments

It's available as a GitHub Action: https://github.com/rui314/setup-mold

Open questions:

  • Will it work on our Windows build? It is currently by far the slowest portion of our CI.
  • Do we risk making debugging harder for our users? How likely is it that something fails with mold in CI, but passes locally with the user's default linker?