Skip to content

Tools: Use Distcc when it's configured #7846

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

Merged
merged 1 commit into from
Aug 23, 2018

Conversation

theotherjimmy
Copy link
Contributor

@theotherjimmy theotherjimmy commented Aug 21, 2018

Description

Distcc is a distributed C/C++ compiler.
It can easily take compile jobs and speed them up by distributing
the individual jobs amound many computers. Distcc is configured with the
DISTCC_POTENTIAL_HOSTS environment variable. This patch configures GCC_ARM
to use the Distcc when that environment variable is set.

@bremoran

Pull request type

[ ] Fix
[ ] Refactor
[ ] New target
[x] Feature
[ ] Breaking change

@cmonr cmonr requested a review from bremoran August 22, 2018 00:18
@cmonr
Copy link
Contributor

cmonr commented Aug 22, 2018

Neat!

/morph build

@mbed-ci
Copy link

mbed-ci commented Aug 22, 2018

Build : SUCCESS

Build number : 2858
Build artifacts/logs : http://mbed-os.s3-website-eu-west-1.amazonaws.com/?prefix=builds/7846/

Triggering tests

/morph test
/morph uvisor-test
/morph export-build
/morph mbed2-build

@mbed-ci
Copy link

mbed-ci commented Aug 22, 2018

Copy link
Contributor

@bremoran bremoran left a comment

Choose a reason for hiding this comment

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

LGTM!

@mbed-ci
Copy link

mbed-ci commented Aug 23, 2018

@cmonr cmonr merged commit 6c4d64c into ARMmbed:master Aug 23, 2018
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.

5 participants