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

Parallelize macOS build in CI #12422

Open
cameel opened this issue Dec 16, 2021 · 0 comments
Open

Parallelize macOS build in CI #12422

cameel opened this issue Dec 16, 2021 · 0 comments

Comments

@cameel
Copy link
Member

@cameel cameel commented Dec 16, 2021

In #11670 (comment) I discovered that our macOS build job in CI takes ~20 min regardless of how many cores the machine has. Apparently the -j flag we put in MAKEFLAGS variable is getting ignored. I think that the build config generated by CMake on macOS is still make-based so I'm not sure why this is the case.

This needs to be investigated. Once we know how to parallelize it, we should adjust the number of threads/processes and machine resource class in CI for the best cost/benefit ratio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Solidity
  
New issues
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant