mirror of
https://github.com/wassname/ray.git
synced 2026-07-18 12:40:56 +08:00
Apply patches while considering index as well (#231)
This commit is contained in:
committed by
Robert Nishihara
parent
875b20e397
commit
7ff1580606
Vendored
+6
-6
@@ -10,11 +10,11 @@
|
||||
git -C "grpc" submodule update --init "third_party/protobuf"
|
||||
git -C "grpc" submodule update --init "third_party/nanopb"
|
||||
git -C "grpc" submodule update --init "third_party/zlib"
|
||||
git -C "grpc" apply "%~dp0patches/grpc-source.patch"
|
||||
git -C "grpc" apply "%~dp0patches/windows/grpc-projects.patch"
|
||||
git -C "grpc/third_party/protobuf" apply "%~dp0patches/windows/protobuf-projects.patch"
|
||||
git -C "arrow/cpp/thirdparty/flatbuffers" apply "%~dp0patches/windows/flatbuffers-projects.patch"
|
||||
git -C "arrow/cpp/thirdparty/parquet" apply "%~dp0patches/windows/parquet-endian.patch"
|
||||
git -C "python" apply "%~dp0patches/windows/python-pyconfig.patch"
|
||||
git -C "grpc" apply --index --3way "%~dp0patches/grpc-source.patch"
|
||||
git -C "grpc" apply --index --3way "%~dp0patches/windows/grpc-projects.patch"
|
||||
git -C "grpc/third_party/protobuf" apply --index --3way "%~dp0patches/windows/protobuf-projects.patch"
|
||||
git -C "arrow/cpp/thirdparty/flatbuffers" apply --index --3way "%~dp0patches/windows/flatbuffers-projects.patch"
|
||||
git -C "arrow/cpp/thirdparty/parquet" apply --index --3way "%~dp0patches/windows/parquet-endian.patch"
|
||||
git -C "python" apply --index --3way "%~dp0patches/windows/python-pyconfig.patch"
|
||||
@PopD
|
||||
@EndLocal
|
||||
|
||||
Reference in New Issue
Block a user