| Index: bin/cbuildbot.py
|
| diff --git a/bin/cbuildbot.py b/bin/cbuildbot.py
|
| index be066b0dbd7d9b1a8c4866118b8e526d1d56a73d..90e965bb4f496c18aa4dd3f1d3cddec851bfe62a 100755
|
| --- a/bin/cbuildbot.py
|
| +++ b/bin/cbuildbot.py
|
| @@ -688,9 +688,7 @@ def main():
|
| buildconfig['board'], rev_overlays)
|
|
|
| _EnableLocalAccount(buildroot)
|
| - # Doesn't rebuild without acquiring more source.
|
| - if options.sync:
|
| - _Build(buildroot, emptytree)
|
| + _Build(buildroot, emptytree)
|
|
|
| if buildconfig['unittests'] and options.tests:
|
| _RunUnitTests(buildroot)
|
|
|