From c6e40c21e4de783b1d6daa11dfab4aa9e0f6973e Mon Sep 17 00:00:00 2001 From: Cyan Date: Sun, 3 Sep 2023 16:03:43 +0800 Subject: [PATCH] go: update list of extra Go tools - cover is now in pkg/tool. --- lang-golang/go/autobuild/build | 11 +++++++---- lang-golang/go/autobuild/build.stage2 | 11 +++++++---- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/lang-golang/go/autobuild/build b/lang-golang/go/autobuild/build index f6c0c609e81..9199952e206 100644 --- a/lang-golang/go/autobuild/build +++ b/lang-golang/go/autobuild/build @@ -138,10 +138,13 @@ abinfo "Building extra Go tools ..." # List adapted from Arch Linux ..." abinfo "Installing extra Go tools ..." -for i in benchcmp callgraph compilebench cover digraph eg fiximports \ - go-contrib-init godex godoc goimports gomvpkg gorename gotype \ - goyacc guru html2article present ssadump stringer \ - toolstash; do +for i in authtest benchcmp bisect bundle callgraph \ + compilebench cookieauth digraph eg file2fuzz \ + fiximports fuzz-driver fuzz-runner getgo gitauth \ + go-contrib-init godex godoc goimports gomvpkg \ + gonew gorename gotype goyacc guru \ + html2article netrcauth present present2md server \ + splitdwarf ssadump stress stringer toolstash ; do install -Dvm755 "$SRCDIR"/bin/$i \ "$PKGDIR"/usr/bin/$i done diff --git a/lang-golang/go/autobuild/build.stage2 b/lang-golang/go/autobuild/build.stage2 index c75561475ab..b99c4d9c9fa 100644 --- a/lang-golang/go/autobuild/build.stage2 +++ b/lang-golang/go/autobuild/build.stage2 @@ -145,10 +145,13 @@ abinfo "Building extra Go tools ..." # List adapted from Arch Linux ..." abinfo "Installing extra Go tools ..." -for i in benchcmp callgraph compilebench cover digraph eg fiximports \ - go-contrib-init godex godoc goimports gomvpkg gorename gotype \ - goyacc guru html2article present ssadump stringer \ - toolstash; do +for i in authtest benchcmp bisect bundle callgraph \ + compilebench cookieauth digraph eg file2fuzz \ + fiximports fuzz-driver fuzz-runner getgo gitauth \ + go-contrib-init godex godoc goimports gomvpkg \ + gonew gorename gotype goyacc guru \ + html2article netrcauth present present2md server \ + splitdwarf ssadump stress stringer toolstash ; do install -Dvm755 "$SRCDIR"/bin/$i \ "$PKGDIR"/usr/bin/$i done