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

Remove build_android task from travis temporarily #3950

Merged
merged 1 commit into from
Sep 7, 2017

Conversation

Xreki
Copy link
Contributor

@Xreki Xreki commented Sep 7, 2017

fixes #3951

Remove build_android task from travis temporarily to avoid failure on travis because of the cache of third_party. The detail of compiling error is listed as following:

[100%] Built target gtest_main
Install the project...
-- Install configuration: ""
-- Installing: /usr/local/lib/libgmock.a
CMake Error at googlemock/cmake_install.cmake:36 (file):
  file INSTALL cannot copy file
  "/home/travis/build/PaddlePaddle/Paddle/build_android/third_party/gtest/src/extern_gtest-build/googlemock/libgmock.a"
  to "/usr/local/lib/libgmock.a".
Call Stack (most recent call first):
  cmake_install.cmake:37 (include)
make[3]: *** [install] Error 1
make[2]: *** [third_party/gtest/src/extern_gtest-stamp/extern_gtest-install] Error 2
make[1]: *** [CMakeFiles/extern_gtest.dir/all] Error 2
make: *** [all] Error 2
The command "timeout 2580 paddle/scripts/travis/${JOB}.sh # 43min timeout
RESULT=$?; if [ $RESULT -eq 0 ] || [ $RESULT -eq 142 ]; then true; else false; fi;
" exited with 1.
cache.2
store build cache

… travis because of the cache of third_party.
Copy link
Contributor

@lcy-seso lcy-seso left a comment

Choose a reason for hiding this comment

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

LGTM.

@Xreki Xreki merged commit 4de84fb into PaddlePaddle:develop Sep 7, 2017
@Xreki Xreki added the Android label Sep 30, 2017
@Xreki Xreki deleted the travis_remove_build_android branch November 14, 2018 02:41
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.

Dev branch build fails.
2 participants