Skip to content
This repository was archived by the owner on Jan 24, 2022. It is now read-only.

Try combining some steps to speed up CI #285

Merged
merged 1 commit into from
Aug 4, 2020
Merged

Try combining some steps to speed up CI #285

merged 1 commit into from
Aug 4, 2020

Conversation

therealprof
Copy link
Contributor

Signed-off-by: Daniel Egger [email protected]

@rust-highfive
Copy link

r? @jonas-schievink

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

@@ -27,10 +24,20 @@ jobs:
with:
profile: minimal
toolchain: ${{ matrix.rust }}
target: ${{ matrix.TARGET }}
target: thumbv6m-none-eabi thumbv7m-none-eabi thumbv7em-none-eabi thumbv7em-none-eabihf thumbv8m.main-none-eabi
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this action supports lists actions-rs/toolchain#62

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be easiest to just invoke rustup manually, it can take a list of targets to install

Copy link
Contributor Author

@therealprof therealprof Aug 4, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes indeed. I'm already working on it.

@therealprof therealprof marked this pull request as ready for review August 4, 2020 20:20
@therealprof therealprof requested a review from a team as a code owner August 4, 2020 20:20
@therealprof
Copy link
Contributor Author

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

@jonas-schievink
Copy link
Contributor

We could also collapse the Clippy and rustfmt builders into one

@therealprof
Copy link
Contributor Author

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

Copy link
Contributor

@jonas-schievink jonas-schievink left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors r+

@bors
Copy link
Contributor

bors bot commented Aug 4, 2020

Build succeeded:

@bors bors bot merged commit c274c06 into master Aug 4, 2020
@bors bors bot deleted the simplify-ci branch August 4, 2020 20:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants