mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 11:24:51 +08:00
Factor out Travis 'install' sections for use with GitHub Actions (#7988)
This commit is contained in:
@@ -175,7 +175,6 @@ genrule(
|
||||
],
|
||||
outs = ["gen_maven_deps.out"],
|
||||
cmd = """
|
||||
set -x
|
||||
WORK_DIR="$$(pwd)"
|
||||
# Copy protobuf-generated files.
|
||||
rm -rf "$$WORK_DIR/java/runtime/src/main/java/io/ray/runtime/generated"
|
||||
@@ -204,7 +203,6 @@ genrule(
|
||||
],
|
||||
outs = ["copy_pom_file.out"],
|
||||
cmd = """
|
||||
set -x
|
||||
WORK_DIR="$$(pwd)"
|
||||
cp -f $(location //java:io_ray_ray_api_pom) "$$WORK_DIR/java/api/pom.xml"
|
||||
cp -f $(location //java:io_ray_ray_runtime_pom) "$$WORK_DIR/java/runtime/pom.xml"
|
||||
|
||||
Reference in New Issue
Block a user