Skip to content

Commit

Permalink
test=document_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
swgu98 committed Feb 12, 2025
1 parent bd3426c commit e763099
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions paddle/scripts/paddle_build/third_party_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
Expand All @@ -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 -

0 comments on commit e763099

Please sign in to comment.