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 ci. #547

Merged
merged 1 commit into from
Dec 16, 2017
Merged

fix ci. #547

merged 1 commit into from
Dec 16, 2017

Conversation

lcy-seso
Copy link
Collaborator

@lcy-seso lcy-seso commented Dec 16, 2017

Currently, CI fails due to the version of clang-format is not specified.
fixes #548

@@ -16,11 +16,12 @@ addons:
- python
- python-pip
- python2.7-dev
- clang-format-3.9
Copy link
Contributor

Choose a reason for hiding this comment

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

In paddle repo and others, we use clang-format-3.8
https://github.com/PaddlePaddle/Paddle/blob/develop/.travis.yml#L29

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This is specified by already merged DS2 c++ codes.

@lcy-seso lcy-seso merged commit 5085c63 into PaddlePaddle:develop Dec 16, 2017
@lcy-seso lcy-seso deleted the fix_ci branch January 19, 2018 07:36
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.

CI failed because of the unmatched clang-format version
3 participants