mirror of
https://github.com/wassname/ray.git
synced 2026-07-05 01:42:33 +08:00
Various CI fixes and cleanup (#8289)
This commit is contained in:
@@ -234,7 +234,7 @@ genrule(
|
||||
mkdir -p "$$GENERATED_DIR"
|
||||
# Copy protobuf-generated files.
|
||||
for f in $(locations //streaming/java:all_java_proto); do
|
||||
unzip -o "$$f" -x META-INF/MANIFEST.MF -d "$$WORK_DIR/streaming/java/streaming-runtime/src/main/java"
|
||||
unzip -q -o "$$f" -x META-INF/MANIFEST.MF -d "$$WORK_DIR/streaming/java/streaming-runtime/src/main/java"
|
||||
done
|
||||
date > $@
|
||||
""",
|
||||
|
||||
Reference in New Issue
Block a user