Skip to content
This repository was archived by the owner on Sep 8, 2024. It is now read-only.

Conversation

@el-tocino
Copy link
Contributor

Mild update to hopefully stop some of the dev_setup issues.

IE, on a pi3:
$ nproc
4
$ if [[ $(free|awk '/^Mem:/{print $2}') -lt 1572864 ]] ; then
CORES=1
else
CORES=$(nproc)
fi
$ echo "Building with $CORES cores."
1
$

@coveralls
Copy link

Coverage Status

Coverage remained the same at 38.49% when pulling a3e04f7 on el-tocino:Issue-#822 into ba5b255 on MycroftAI:dev.

@forslund forslund mentioned this pull request Jun 19, 2017
@augustnmonteiro augustnmonteiro self-requested a review June 26, 2017 15:12
Copy link
Contributor

@augustnmonteiro augustnmonteiro left a comment

Choose a reason for hiding this comment

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

LGTM!

@augustnmonteiro augustnmonteiro merged commit 565a4c8 into MycroftAI:dev Jun 26, 2017
@el-tocino el-tocino deleted the Issue-#822 branch June 30, 2017 04:06
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.

3 participants