mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 11:24:51 +08:00
unify build dir for Python and Java (#2171)
* unify build dir for Python and Java * enable executables auto installed when just running 'make' * fix plasma_store copy error * fix cmake error about copying executables * lint fix * recover python/setup.py * enable to copy optional file automatically * a small fix of path * lint fix * lint fix * lint fix * Add comment.
This commit is contained in:
Vendored
+5
-5
@@ -53,10 +53,10 @@ if [[ "${RAY_USE_NEW_GCS}" = "on" ]]; then
|
||||
make -j
|
||||
popd
|
||||
|
||||
mkdir -p $ROOT_DIR/python/ray/core/src/credis/redis/src/
|
||||
cp redis/src/redis-server $ROOT_DIR/python/ray/core/src/credis/redis/src/redis-server
|
||||
mkdir -p $ROOT_DIR/python/ray/core/src/credis/build/src/
|
||||
cp build/src/libmaster.so $ROOT_DIR/python/ray/core/src/credis/build/src/libmaster.so
|
||||
cp build/src/libmember.so $ROOT_DIR/python/ray/core/src/credis/build/src/libmember.so
|
||||
mkdir -p $ROOT_DIR/build/src/credis/redis/src/
|
||||
cp redis/src/redis-server $ROOT_DIR/build/src/credis/redis/src/redis-server
|
||||
mkdir -p $ROOT_DIR/build/src/credis/build/src/
|
||||
cp build/src/libmaster.so $ROOT_DIR/build/src/credis/build/src/libmaster.so
|
||||
cp build/src/libmember.so $ROOT_DIR/build/src/credis/build/src/libmember.so
|
||||
popd
|
||||
fi
|
||||
|
||||
Vendored
+1
-1
@@ -11,7 +11,7 @@ CATAPULT_COMMIT=18cd334755701cf0c3b90b7172126c686d2eb787
|
||||
CATAPULT_HOME=$TP_DIR/pkg/catapult
|
||||
VULCANIZE_BIN=$CATAPULT_HOME/tracing/bin/vulcanize_trace_viewer
|
||||
|
||||
CATAPULT_FILES=$TP_DIR/../python/ray/core/src/catapult_files
|
||||
CATAPULT_FILES=$TP_DIR/../build/src/catapult_files
|
||||
|
||||
# This is where we will copy the files that need to be packaged with the wheels.
|
||||
mkdir -p $CATAPULT_FILES
|
||||
|
||||
Reference in New Issue
Block a user