Skip to content

Commit

Permalink
Tools: disable networking in ccache test
Browse files Browse the repository at this point in the history
this allows for fair comparison between Durandal and Pixhawk6X
  • Loading branch information
tridge authored and magicrub committed Nov 17, 2023
1 parent 7024f4d commit d5470ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/scripts/build_tests/test_ccache.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"])


Expand Down

0 comments on commit d5470ae

Please sign in to comment.