mirror of
https://github.com/wassname/ray.git
synced 2026-08-09 12:20:09 +08:00
Do not compile redis twice (#5074)
This commit is contained in:
committed by
Robert Nishihara
parent
4e82313891
commit
a6a02fccd0
Vendored
-35
@@ -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
|
||||
##############################################
|
||||
|
||||
Reference in New Issue
Block a user