Skip to content

Commit d00518c

Browse files
committed
add tracking issue
1 parent d9d7e87 commit d00518c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/opentelemetry-go/build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ REPO=$PWD
2020
cd $REPO/attribute
2121
# Mitigate the error: found packages attribute_test and attribute in /src/opentelemetry-go/attribute.
2222
# Remove all Go files with *_test package before building the fuzzer.
23+
# Tracking issue: https://github.com/google/oss-fuzz/issues/7923.
2324
grep -rl --include="*.go" '^package .*_test' . | xargs rm -f
2425
compile_native_go_fuzzer_v2 $(go list) FuzzHashKVs sdk_attribute_FuzzHashKVs
2526

0 commit comments

Comments
 (0)