third_party: Fix build_bundled script

This script was hanging up on a couple of licenses not being parsed
correctly / not accounted for in the original pass through

Should resolve issues with tests not running 100% correctly

Signed-off-by: Eli Uriegas <eliuriegasfb.com>

Pull Request resolved: https://github.com/pytorch/pytorch/pull/76336

Signed-off-by: Eli Uriegas <eliuriegas@fb.com>

Approved by: https://github.com/ezyang
This commit is contained in:
Eli Uriegas
2022-04-25 13:27:25 -07:00
committed by PyTorch MergeBot
parent da984c507c
commit a9a17ce626
3 changed files with 184 additions and 60 deletions

1
.gitattributes vendored
View File

@ -3,3 +3,4 @@
.github/workflows/generated-*.yml linguist-generated=true
.github/generated-* linguist-generated=true
.github/scripts/gql_mocks.json linguist-generated=true
third_party/LICENSES_BUNDLED.txt linguist-generated=true