[oak] Temporarily disable fuzzing for project Oak (#4053)

This commit is contained in:
rbehjati 2020-06-30 19:38:36 +01:00 committed by GitHub
parent 26af5e0e25
commit c1404e9b62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -42,9 +42,7 @@ fi
# Temporary hack, see https://github.com/google/oss-fuzz/issues/383
readonly NO_VPTR='--copt=-fno-sanitize=vptr --linkopt=-fno-sanitize=vptr'
readonly FUZZER_TARGETS=(
'oak/server:wasm_node_fuzz'
)
readonly FUZZER_TARGETS=()
bazel build \
--client_env=CC=${CC} \

View File

@ -1,3 +1,4 @@
disabled: True
homepage: "https://github.com/project-oak/oak"
language: c++
primary_contact: "tzn@google.com"