mirror of https://github.com/google/oss-fuzz.git
tensorflow: fix build (#10659)
Signed-off-by: David Korczynski <david@adalogics.com>
This commit is contained in:
parent
ff7033273d
commit
084b50043f
|
@ -44,13 +44,13 @@ index 231a40bf..7330af85 100644
|
|||
tf_proto_library(
|
||||
name = "checkpoint_reader_fuzz_input_proto",
|
||||
diff --git a/tensorflow/security/fuzzing/tf_fuzzing.bzl b/tensorflow/security/fuzzing/tf_fuzzing.bzl
|
||||
index 9223d294..f2c795b3 100644
|
||||
index 1f8527c4..558c3ede 100644
|
||||
--- a/tensorflow/security/fuzzing/tf_fuzzing.bzl
|
||||
+++ b/tensorflow/security/fuzzing/tf_fuzzing.bzl
|
||||
@@ -19,6 +19,27 @@
|
||||
# mutators to do structure aware fuzzing) or any other type of content that is
|
||||
# not classified elsewhere.
|
||||
@@ -1,6 +1,26 @@
|
||||
"""Definitions for rules to fuzz TensorFlow."""
|
||||
|
||||
# TensorFlow fuzzing can be done in open source too, as it is in oss-fuzz.com
|
||||
+load(
|
||||
+ "//tensorflow:tensorflow.bzl",
|
||||
+ "tf_cc_test",
|
||||
|
@ -71,7 +71,6 @@ index 9223d294..f2c795b3 100644
|
|||
+ ],
|
||||
+ **kwargs
|
||||
+ )
|
||||
+
|
||||
|
||||
# tf_cc_fuzz_test is a cc_test modified to include fuzzing support and dependencies for go/fuzztest.
|
||||
def tf_cc_fuzz_test(
|
||||
name,
|
||||
|
|
Loading…
Reference in New Issue