mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 20:22:39 +08:00
Support building Java and Python version at the same time. (#2640)
* Support building Java and Python version at the same time. * Remove duplicated definition. * Refine the building process of local_scheduler * Refine * Add comment for languages * Modify instruction and add python,jave building to CI. * change according to comment
This commit is contained in:
committed by
Philipp Moritz
parent
493585574a
commit
4bd98eed45
+1
-1
@@ -7,7 +7,7 @@ set -e
|
||||
set -x
|
||||
|
||||
ROOT_DIR=$(cd "$(dirname "${BASH_SOURCE:-$0}")"; pwd)
|
||||
$ROOT_DIR/../build.sh -l java
|
||||
$ROOT_DIR/../build.sh -l java,python
|
||||
|
||||
pushd $ROOT_DIR/../thirdparty/build/arrow/java
|
||||
mvn clean install -pl plasma -am -Dmaven.test.skip
|
||||
|
||||
Reference in New Issue
Block a user