Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Fix CPU cores detection on non-x86 arches #7280
Conversation
|
$$merge$$ |
|
Status: merge request accepted. Url: http://juju-ci.vapour.ws:8080/job/github-merge-juju |
jujubot
merged commit 5114697
into
juju:develop
Apr 26, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
wupeka commentedApr 26, 2017
Description of change
Detection of number of cores on non-x86 arches was broken and always gave '1'
QA steps
Run unit tests for environs/manual/sshprovisioner; check that number of cores is detected correctly on e.g. amd64 and arm64
Documentation changes
None.
Bug reference
https://bugs.launchpad.net/juju/+bug/1664434