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

CI: Limit the parallelism on macOS runners #198

Merged
merged 1 commit into from
Nov 16, 2022
Merged

Conversation

shym
Copy link
Collaborator

@shym shym commented Nov 16, 2022

We see many runs on macOS failing on SIGKILL during the compilation of dependencies, which might be a sign that their build might exceed the ressources of the runner, so we remove parallelism during that phase.

The builds went ok on pushing to my fork. Let see if that works on the builds for the PR.

We see many runs on macOS failing on SIGKILL during the compilation of
dependencies, which might be a sign that their build might exceed the
ressources of the runner, so we remove parallelism during that phase
@jmid
Copy link
Collaborator

jmid commented Nov 16, 2022

Merging as both the native MacOSX and Linux workflows run fine 👍

@jmid jmid merged commit dc0527b into ocaml-multicore:main Nov 16, 2022
@shym shym deleted the ci-jobs branch November 17, 2022 12:58
@jmid jmid linked an issue Nov 23, 2022 that may be closed by this pull request
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

Successfully merging this pull request may close these issues.

MacOSX CI sometimes gets KILL'ed during ppx_lib install
2 participants