Skip to content

Commit

Permalink
Another update to try to reduce size of coverage output - do not buil…
Browse files Browse the repository at this point in the history
…d additional tools
  • Loading branch information
andy31415 committed Jul 31, 2023
1 parent ef43e1c commit 96696a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/build_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ if [ "$skip_gn" == false ]; then
EXTRA_GN_ARGS=""
if [[ "$TESTS" == "yaml" || "$TESTS" == "all" ]]; then
EXTRA_GN_ARGS="$EXTRA_GN_ARGS chip_build_all_clusters_app=true"
else
EXTRA_GN_ARGS="$EXTRA_GN_ARGS chip_build_tools=false"
fi
gn --root="$CHIP_ROOT" gen "$OUTPUT_ROOT" --args="use_coverage=true$EXTRA_GN_ARGS"
ninja -C "$OUTPUT_ROOT"
Expand Down

0 comments on commit 96696a9

Please sign in to comment.