Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

fix: limit jobs on CI build to prevent OoM #440

Closed
wants to merge 2 commits into from
Closed

Conversation

daltoncoder
Copy link
Member

Why

Failing on github CI with exit code 143 or 137 when compiling from out of memory. This should prevent this by limiting cargo to 1 job at a time while compiling(currently defaults to 2 on github)

Checklist

  • I have made corresponding changes to the tests
  • I have made corresponding changes to the documentation
  • I have run the app using my feature and ensured that no functionality is broken

kckeiks
kckeiks previously approved these changes Mar 14, 2023
@daltoncoder daltoncoder mentioned this pull request Mar 14, 2023
3 tasks
@b0xtch b0xtch closed this Mar 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants