Do not compile redis twice (#5074)

This commit is contained in:
Philipp Moritz
2019-07-01 15:42:54 -07:00
committed by Robert Nishihara
parent 4e82313891
commit a6a02fccd0
9 changed files with 0 additions and 502 deletions
-35
View File
@@ -27,41 +27,6 @@ fi
unamestr="$(uname)"
##############################################
# boost
##############################################
#bash "$TP_SCRIPT_DIR/build_boost.sh"
##############################################
# redis
##############################################
bash "$TP_SCRIPT_DIR/build_redis.sh"
##############################################
# credis
##############################################
bash "$TP_SCRIPT_DIR/build_credis.sh"
##############################################
# flatbuffers if necessary
##############################################
#if [[ "$unamestr" == "Linux" ]]; then
# echo "building flatbuffers"
# bash "$TP_SCRIPT_DIR/build_flatbuffers.sh"
#fi
##############################################
# arrow
##############################################
#RAY_BUILD_PYTHON=$RAY_BUILD_PYTHON \
#RAY_BUILD_JAVA=$RAY_BUILD_JAVA \
#bash "$TP_SCRIPT_DIR/build_arrow.sh" $PYTHON_EXECUTABLE
##############################################
# rDSN (optional)
##############################################
# bash "$TP_SCRIPT_DIR/build_rdsn.sh"
##############################################
# modin
##############################################