Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Faster CI runners #2

Open
LegNeato opened this issue Jul 13, 2024 · 1 comment
Open

Faster CI runners #2

LegNeato opened this issue Jul 13, 2024 · 1 comment

Comments

@LegNeato
Copy link
Collaborator

Previously Embark used paid runners to get faster builds. As part of the transition we went to the slower Github action runners. We should look into getting credits and/or sponsors for faster CI if it is a problem.

This is what they used to have:

          - os: ubuntu-20.04-16core
            target: x86_64-unknown-linux-gnu
          - os: windows-2022-16core
            target: x86_64-pc-windows-msvc
          - os: macOS-latest-xl
            target: x86_64-apple-darwin
          - os: ubuntu-20.04-16core
            target: aarch64-linux-android
            host: x86_64-unknown-linux-gnu
@rydb
Copy link

rydb commented Aug 25, 2024

I ran the CI locally on Friday for the Ubuntu targets, and my initial thoughts:

  1. dependencies seem to be duplicating.
sudo act --verbose

shows me the "installing depenendency" steps running 4 times for different tests. I think we need to fix CI to share the same ubuntu container to stop duplication. I'm looking into this.

  1. we should switch out Embark's CI runners for something leaner since this is its own project now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants