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

Run build-linux and build-osx in parallel? #46294

Open
niemasd opened this issue Mar 11, 2024 · 1 comment
Open

Run build-linux and build-osx in parallel? #46294

niemasd opened this issue Mar 11, 2024 · 1 comment

Comments

@niemasd
Copy link
Contributor

niemasd commented Mar 11, 2024

Right now, I'm in the process of trying to debug a PR I'm creating:

#46292

I have it successfully building for Linux, but I need to patch it to build for OS X. However, what's a bit frustrating is that, because build-osx job has needs: build-linux, I have to wait ~40 minutes for the entire build-linux job to succeed before getting to the build-osx job:

needs: build-linux

Would it be possible to change the build-osx job from needs: build-linux to needs: lint (i.e., the same dependency as build-linux) so that build-osx and build-linux could run in parallel?

@martin-g
Copy link
Contributor

martin-g commented Mar 14, 2024

I think you could try the proposed change in your PR and if everything works as desired then you can propose it in its own PR!

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