Skip to content

Commit

Permalink
bug fix: Revert "blacklist more files from release
Browse files Browse the repository at this point in the history
  • Loading branch information
Edison-CBS committed Sep 8, 2024
1 parent 0e2427e commit b482841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ AddOption('--pc-thneed',
AddOption('--minimal',
action='store_false',
dest='extras',
default=os.path.exists(File('#.lfsconfig').abspath), # minimal by default on release branch (where there's no LFS)
default=os.path.islink(Dir('#rednose/').abspath), # minimal by default on release branch (where rednose is not a link)
help='the minimum build to run openpilot. no tests, tools, etc.')

## Architecture name breakdown (arch)
Expand Down

0 comments on commit b482841

Please sign in to comment.