forked from google/oss-fuzz
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tensorflow: enable coverage build (google#9568)
The current coverage build of Tensorflow is broken because the rsync commands used copy all files build during the build process to OUT. This includes a lot of binaries that are not needed for coverage reports, and this added content causes ~100GB of data to be stored, which is why the current coverage build fails to due disk space limitations: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=47817 The coverage reports only need textual files. This PR fixes these isssues by using rsync with appropriate filters, which should make the coverage build work again. Also fixes up the patch. Signed-off-by: David Korczynski <[email protected]> Signed-off-by: David Korczynski <[email protected]>
- Loading branch information
1 parent
6e21448
commit 65ca234
Showing
2 changed files
with
17 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters