rust-embedded / cortex-m-rt

Minimal startup / runtime for Cortex-M microcontrollers
https://rust-embedded.github.io/cortex-m-rt/
Apache License 2.0
358 stars 85 forks source link

Try combining some steps to speed up CI #285

Closed therealprof closed 4 years ago

therealprof commented 4 years ago

Signed-off-by: Daniel Egger daniel@eggers-club.de

rust-highfive commented 4 years ago

r? @jonas-schievink

(rust_highfive has picked a reviewer for you, use r? to override)

therealprof commented 4 years ago

Hm, no benefit here wall clock wise. But we're using way less builders which might be benefitial anyway.

jonas-schievink commented 4 years ago

We could also collapse the Clippy and rustfmt builders into one

therealprof commented 4 years ago

Yes we could but I actually prefer them to be separate because that makes it easier for me to add them to other crates. 😅

bors[bot] commented 4 years ago

Build succeeded: