mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 17:49:23 +08:00
[Java] fix multi-platform jar build (#10732)
This commit is contained in:
@@ -26,6 +26,7 @@ build_jars() {
|
||||
mkdir -p "$JAR_DIR"
|
||||
for p in "${JAVA_DIRS_PATH[@]}"; do
|
||||
cd "$WORKSPACE_DIR/$p"
|
||||
bazel build cp_java_generated
|
||||
if [[ $bazel_build == "true" ]]; then
|
||||
echo "Starting building java native dependencies for $p"
|
||||
bazel build gen_maven_deps
|
||||
|
||||
Reference in New Issue
Block a user