mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 11:24:51 +08:00
check if arrow build dir exists (#1863)
This commit is contained in:
committed by
Robert Nishihara
parent
521b549e4a
commit
202f9683ea
Vendored
+3
-1
@@ -50,7 +50,9 @@ if [[ ! -d $TP_DIR/../python/ray/pyarrow_files/pyarrow ]]; then
|
||||
git checkout 46aa99e9843ac0148357bb36a9235cfd48903e73
|
||||
|
||||
cd cpp
|
||||
mkdir build
|
||||
if [ ! -d "build" ]; then
|
||||
mkdir build
|
||||
fi
|
||||
cd build
|
||||
|
||||
ARROW_HOME=$TP_DIR/pkg/arrow/cpp/build/cpp-install
|
||||
|
||||
Reference in New Issue
Block a user