We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9d7e87 commit d00518cCopy full SHA for d00518c
projects/opentelemetry-go/build.sh
@@ -20,6 +20,7 @@ REPO=$PWD
20
cd $REPO/attribute
21
# Mitigate the error: found packages attribute_test and attribute in /src/opentelemetry-go/attribute.
22
# Remove all Go files with *_test package before building the fuzzer.
23
+# Tracking issue: https://github.com/google/oss-fuzz/issues/7923.
24
grep -rl --include="*.go" '^package .*_test' . | xargs rm -f
25
compile_native_go_fuzzer_v2 $(go list) FuzzHashKVs sdk_attribute_FuzzHashKVs
26
0 commit comments