Migrate utf8_range dependency to a git subtree (#11608)
This will make the CMake workflow easier, where users won't need to either install utf8_range or initialize our submodules. Since this is a relatively small library that's owned by us, we can just bundle it with protobuf as a subtree
Closes #11608
COPYBARA_INTEGRATE_REVIEW=https://github.com/protocolbuffers/protobuf/pull/11608 from mkruskal-google:utf8_range_dep 57d5d91b68
PiperOrigin-RevId: 503314822
pull/11608/head^2
parent
79bac90f86
commit
9978ec386c
5 changed files with 11 additions and 9 deletions
@ -1 +0,0 @@ |
||||
Subproject commit de0b4a8ff9b5d4c98108bdfe723291a33c52c54f |
@ -0,0 +1,8 @@ |
||||
#! /bin/bash -eux |
||||
|
||||
set -eux |
||||
|
||||
cd $(dirname $0) |
||||
|
||||
git subtree pull --prefix third_party/utf8_range \ |
||||
https://github.com/protocolbuffers/utf8_range.git main --squash |
Loading…
Reference in new issue