mirror of https://github.com/google/oss-fuzz.git
[oak] Temporarily disable fuzzing for project Oak (#4053)
This commit is contained in:
parent
26af5e0e25
commit
c1404e9b62
|
@ -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} \
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
disabled: True
|
||||
homepage: "https://github.com/project-oak/oak"
|
||||
language: c++
|
||||
primary_contact: "tzn@google.com"
|
||||
|
|
Loading…
Reference in New Issue