Tools: disable networking in ccache test
this allows for fair comparison between Durandal and Pixhawk6X
This commit is contained in:
parent
7024f4d22a
commit
d5470ae466
@ -44,7 +44,7 @@ def ccache_stats():
|
||||
|
||||
|
||||
def build_board(boardname):
|
||||
subprocess.run(["./waf", "configure", "--board", boardname])
|
||||
subprocess.run(["./waf", "configure", "--board", boardname, '--disable-networking'])
|
||||
subprocess.run(["./waf", "clean", "copter"])
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user