Skip to content

Commit

Permalink
Pin clusterfuzz build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Jan 5, 2023
1 parent e885014 commit f165b51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .clusterfuzzlite/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# https://google.github.io/oss-fuzz/getting-started/new-project-guide/go-lang/#buildsh
# undocumented dependency
go install github.com/AdamKorcz/go-118-fuzz-build@latest
go get github.com/AdamKorcz/go-118-fuzz-build/utils
go install github.com/AdamKorcz/go-118-fuzz-build@c548436
go get github.com/AdamKorcz/go-118-fuzz-build/testing@c548436

# workaround https://github.com/AdamKorcz/go-118-fuzz-build/issues/2
mv testonly/constants.go testonly/constants_fuzz.go
Expand Down

0 comments on commit f165b51

Please sign in to comment.