From e763099a285d110547f938ef2a1bb84bd4680258 Mon Sep 17 00:00:00 2001 From: gushiwei Date: Wed, 12 Feb 2025 14:28:20 +0000 Subject: [PATCH] test=document_fix --- paddle/scripts/paddle_build/third_party_tag.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/paddle/scripts/paddle_build/third_party_tag.sh b/paddle/scripts/paddle_build/third_party_tag.sh index 611674ce5b7877..c098a4b3500466 100644 --- a/paddle/scripts/paddle_build/third_party_tag.sh +++ b/paddle/scripts/paddle_build/third_party_tag.sh @@ -12,6 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. +# sot cd third_party/gloo git fetch --tags cd - @@ -27,6 +28,11 @@ cd - cd third_party/pybind git fetch --tags cd - + +# py3+ cd third_party/brpc git fetch --tags cd - +cd third_party/rocksdb +git fetch origin 6.19.fb +cd -