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
|
# Temporary hack, see https://github.com/google/oss-fuzz/issues/383
|
||||||
readonly NO_VPTR='--copt=-fno-sanitize=vptr --linkopt=-fno-sanitize=vptr'
|
readonly NO_VPTR='--copt=-fno-sanitize=vptr --linkopt=-fno-sanitize=vptr'
|
||||||
|
|
||||||
readonly FUZZER_TARGETS=(
|
readonly FUZZER_TARGETS=()
|
||||||
'oak/server:wasm_node_fuzz'
|
|
||||||
)
|
|
||||||
|
|
||||||
bazel build \
|
bazel build \
|
||||||
--client_env=CC=${CC} \
|
--client_env=CC=${CC} \
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
disabled: True
|
||||||
homepage: "https://github.com/project-oak/oak"
|
homepage: "https://github.com/project-oak/oak"
|
||||||
language: c++
|
language: c++
|
||||||
primary_contact: "tzn@google.com"
|
primary_contact: "tzn@google.com"
|
||||||
|
|
Loading…
Reference in New Issue