Skip to content

build-script-impl: Don't let distcc farm out cmake to run on other machines. #6763

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
Jan 12, 2017

Conversation

erg
Copy link
Contributor

@erg erg commented Jan 12, 2017

No description provided.

…chines.

If cmake is run on another machine, the default Xcode path and
more in the cmake cache and ninja files will be of that machine's
configuration, not the local machine's.

Test with:
./utils/build-script -r -- --distcc --verbose

The cmake lines should start with ``/usr/local/bin/cmake`` instead of with
``/opt/distcc/pump``.

rdar://problem/29942258
@erg
Copy link
Contributor Author

erg commented Jan 12, 2017

@swift-ci Please smoke test

@erg
Copy link
Contributor Author

erg commented Jan 16, 2017

@gottesmm What do you think about the above patch idea?

@erg erg requested review from dabrahams and gottesmm January 16, 2017 04:27
@gottesmm
Copy link
Contributor

@erg That was the original intention of that line. So I am all for this. We should make sure that this still solve's DaveA's issue before we continue though.

@dabrahams
Copy link
Contributor

None of the changes we're making now make sense to me. Maybe we should wait until we can discuss this in person.

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

Successfully merging this pull request may close these issues.

3 participants