blacklist more files from release (#32616)

* blacklist more files from release

* dbcs

* fix

* just use the lfs

* rm that too

* cleanup

* cleanup
old-commit-hash: 5c3c06dfdf
This commit is contained in:
Adeeb Shihadeh
2024-06-07 15:26:55 -07:00
committed by GitHub
parent d7dae4db72
commit dc9e0a3b39
2 changed files with 67 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ AddOption('--pc-thneed',
AddOption('--minimal',
action='store_false',
dest='extras',
default=os.path.islink(Dir('#rednose/').abspath), # minimal by default on release branch (where rednose is not a link)
default=os.path.exists(File('#.lfsconfig').abspath), # minimal by default on release branch (where there's no LFS)
help='the minimum build to run openpilot. no tests, tools, etc.')
## Architecture name breakdown (arch)