mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-24 09:38:29 -04:00
Tools: move skip_board_waf after update_submodules in build_binaries
thanks to Peter for noticing this
This commit is contained in:
parent
1f98665699
commit
a4c17a3913
@ -343,8 +343,6 @@ is bob we will attempt to checkout bob-AVR'''
|
|||||||
self.progress(msg)
|
self.progress(msg)
|
||||||
self.error_strings.append(msg)
|
self.error_strings.append(msg)
|
||||||
continue
|
continue
|
||||||
if self.skip_board_waf(board):
|
|
||||||
continue
|
|
||||||
|
|
||||||
self.progress("Building %s %s %s binaries %s" %
|
self.progress("Building %s %s %s binaries %s" %
|
||||||
(vehicle, tag, board, frame))
|
(vehicle, tag, board, frame))
|
||||||
@ -362,6 +360,9 @@ is bob we will attempt to checkout bob-AVR'''
|
|||||||
# builds we will not be running
|
# builds we will not be running
|
||||||
self.run_git_update_submodules()
|
self.run_git_update_submodules()
|
||||||
|
|
||||||
|
if self.skip_board_waf(board):
|
||||||
|
continue
|
||||||
|
|
||||||
if os.path.exists(self.buildroot):
|
if os.path.exists(self.buildroot):
|
||||||
shutil.rmtree(self.buildroot)
|
shutil.rmtree(self.buildroot)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user