Skip to content

Commit

Permalink
enable incremental builds (#3292)
Browse files Browse the repository at this point in the history
  • Loading branch information
pcmoritz authored and robertnishihara committed Nov 13, 2018
1 parent bd0dbde commit ce6e01b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sh
Expand Up @@ -104,6 +104,7 @@ pushd "$BUILD_DIR"
# avoid the command failed and exits
# and cmake will check some directories to determine whether some targets built
make clean || true
rm -rf external/arrow-install

cmake -DCMAKE_BUILD_TYPE=$CBUILD_TYPE \
-DCMAKE_RAY_LANG_JAVA=$RAY_BUILD_JAVA \
Expand Down
1 change: 1 addition & 0 deletions cmake/Modules/ArrowExternalProject.cmake
Expand Up @@ -92,6 +92,7 @@ ExternalProject_Add(arrow_ep
DEPENDS flatbuffers boost glog
GIT_REPOSITORY ${arrow_URL}
GIT_TAG ${arrow_TAG}
UPDATE_COMMAND ""
${ARROW_CONFIGURE}
BUILD_BYPRODUCTS "${ARROW_SHARED_LIB}" "${ARROW_STATIC_LIB}")

Expand Down

0 comments on commit ce6e01b

Please sign in to comment.