Tools: disable networking in ccache test

this allows for fair comparison between Durandal and Pixhawk6X
This commit is contained in:
Andrew Tridgell 2023-11-17 06:16:51 +11:00 committed by Tom Pittenger
parent 7024f4d22a
commit d5470ae466

View File

@ -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"])