mirror of
https://github.com/wassname/ray.git
synced 2026-09-11 12:43:20 +08:00
Fix build failure while using make -j1. Issue 2257 (#2279)
* Fix build failure while using make -j1 * Fix java test failure
This commit is contained in:
committed by
Philipp Moritz
parent
b108419628
commit
aa42331844
Vendored
+5
-5
@@ -26,6 +26,11 @@ echo "Build language is $LANGUAGE."
|
||||
|
||||
unamestr="$(uname)"
|
||||
|
||||
##############################################
|
||||
# boost
|
||||
##############################################
|
||||
bash "$TP_SCRIPT_DIR/build_boost.sh"
|
||||
|
||||
##############################################
|
||||
# redis
|
||||
##############################################
|
||||
@@ -36,11 +41,6 @@ bash "$TP_SCRIPT_DIR/build_redis.sh"
|
||||
##############################################
|
||||
bash "$TP_SCRIPT_DIR/build_credis.sh"
|
||||
|
||||
##############################################
|
||||
# boost
|
||||
##############################################
|
||||
bash "$TP_SCRIPT_DIR/build_boost.sh"
|
||||
|
||||
##############################################
|
||||
# flatbuffers if necessary
|
||||
##############################################
|
||||
|
||||
Reference in New Issue
Block a user