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

Fix the conda build on CircleCI #1883

Merged
merged 16 commits into from
Oct 26, 2020
Merged

Fix the conda build on CircleCI #1883

merged 16 commits into from
Oct 26, 2020

Conversation

bouweandela
Copy link
Member

The conda build on CircleCI is failing all the time. I suspect this happens because CircleCI reports the wrong number of CPU cores.

Note: Java, Erlang and any other languages that introspect the /proc directory for information about CPU count may require additional configuration to prevent them from slowing down when using the CircleCI 2.0 resource class feature. Programs with this issue may request 32 CPU cores and run slower than they would when requesting one core.

from https://circleci.com/docs/2.0/configuration-reference/

This pull request limits the number of CPU cores used by the conda build to just 2.

@valeriupredoi
Copy link
Contributor

cheers dude! I would not have known this - I don't really speak R. I triggered the run one more time so we can see it don't fail, then it's good to go - we should put this in the release (even if we froze it heh)

Copy link
Contributor

@valeriupredoi valeriupredoi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

huzzah! 🎉

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

Successfully merging this pull request may close these issues.

2 participants