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 new boost libs failure in cache-lib mode and add test to cover collect_dependent_libs.sh #3627

Merged
merged 3 commits into from
Jan 3, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix arrow build
  • Loading branch information
Yuhong Guo committed Jan 2, 2019
commit 38d98a78badb440297a51c052cc455517522287b
6 changes: 6 additions & 0 deletions .travis/install-with-cache-libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,11 @@ bash $ROOT_DIR/../thirdparty/scripts/collect_dependent_libs.sh -n
# Import all the libs cached in local to environment variables.
source $ROOT_DIR/../thirdparty/external_project_libs/resource.txt

# Clean the arrow building libs and use the cache libs.
pushd $ROOT_DIR/../build/external/arrow/src/arrow_ep
echo "Clean Arrow building files."
rm -rf $ROOT_DIR/../build/external/arrow/src/arrow_ep-build/
popd

# Rebuild ray with libs cache environment variables, which is fast.
bash $ROOT_DIR/install-ray.sh