Skip to content

Commit cc0ca96

Browse files
authored
lima: move build script upstream (google#12532)
The build script was recently moved upstream, so updating accordingly here. Signed-off-by: Adam Korczynski <[email protected]>
1 parent f653806 commit cc0ca96

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

projects/lima/build.sh

+1-10
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,4 @@
1515
#
1616
################################################################################
1717

18-
printf "package store\nimport _ \"github.com/AdamKorcz/go-118-fuzz-build/testing\"\n" > $SRC/lima/pkg/store/register.go
19-
go mod tidy
20-
compile_native_go_fuzzer github.com/lima-vm/lima/pkg/store FuzzLoadYAMLByFilePath FuzzLoadYAMLByFilePath
21-
compile_native_go_fuzzer github.com/lima-vm/lima/pkg/store FuzzInspect FuzzInspect
22-
compile_native_go_fuzzer github.com/lima-vm/lima/pkg/nativeimgutil FuzzConvertToRaw FuzzConvertToRaw
23-
compile_native_go_fuzzer github.com/lima-vm/lima/pkg/cidata FuzzSetupEnv FuzzSetupEnv
24-
compile_native_go_fuzzer github.com/lima-vm/lima/pkg/iso9660util FuzzIsISO9660 FuzzIsISO9660
25-
compile_native_go_fuzzer github.com/lima-vm/lima/pkg/guestagent/procnettcp FuzzParse FuzzParse
26-
compile_native_go_fuzzer github.com/lima-vm/lima/pkg/yqutil FuzzEvaluateExpression FuzzEvaluateExpression
27-
compile_native_go_fuzzer github.com/lima-vm/lima/pkg/downloader FuzzDownload FuzzDownload
18+
./hack/oss-fuzz-build.sh

0 commit comments

Comments
 (0)