Skip to content

Commit

Permalink
add submodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
liuneng1994 committed Mar 18, 2024
1 parent 73cb82e commit 2608fe0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/sparse-checkout/update-aws.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ echo '/*' > $FILES_TO_CHECKOUT
echo '!/*/*' >> $FILES_TO_CHECKOUT
echo '/src/aws-cpp-sdk-core/*' >> $FILES_TO_CHECKOUT
echo '/generated/src/aws-cpp-sdk-s3/*' >> $FILES_TO_CHECKOUT
echo '/src/aws-cpp-sdk-identity-management/*' >> $FILES_TO_CHECKOUT
echo '/generated/src/aws-cpp-sdk-sts/*' >> $FILES_TO_CHECKOUT
echo '/generated/src/aws-cpp-sdk-cognito-identity/*' >> $FILES_TO_CHECKOUT

git config core.sparsecheckout true
git checkout $1
Expand Down
2 changes: 2 additions & 0 deletions contrib/sparse-checkout/update-boost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ echo '/boost/proto/*' >> $FILES_TO_CHECKOUT
echo '/boost/qvm/*' >> $FILES_TO_CHECKOUT
echo '/boost/property_tree/*' >> $FILES_TO_CHECKOUT
echo '/libs/*' >> $FILES_TO_CHECKOUT
echo '/boost/stacktrace/*' >> $FILES_TO_CHECKOUT
echo '/boost/compute/*' >> $FILES_TO_CHECKOUT

git config core.sparsecheckout true
git checkout $1
Expand Down

0 comments on commit 2608fe0

Please sign in to comment.