mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 17:49:47 +08:00
[Streaming] Remove useless generated protobuf directory to fix CI. (#10616)
This commit is contained in:
@@ -213,6 +213,8 @@ genrule(
|
||||
for f in $(locations //streaming/java:all_java_proto); do
|
||||
unzip -q -o "$$f" -x META-INF/MANIFEST.MF -d "$$WORK_DIR/streaming/java/streaming-runtime/src/main/java"
|
||||
done
|
||||
# remove third party protobuf
|
||||
rm -rf $$WORK_DIR/streaming/java/streaming-runtime/src/main/java/com/google/protobuf/
|
||||
date > $@
|
||||
""",
|
||||
local = 1,
|
||||
|
||||
Reference in New Issue
Block a user