Skip to content

Commit 0b0188a

Browse files
fredreandre
authored andcommitted
Remove tools that are no longer built
1 parent 297f55d commit 0b0188a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

builder/encore-build.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ func (b *Builder) CopyOutput() error {
7979
}
8080

8181
filesToCopy = append(filesToCopy, all(join("pkg", "tool", key),
82-
"addr2line"+exe, "asm"+exe, "buildid"+exe, "cgo"+exe, "compile"+exe,
83-
"link"+exe, "pack"+exe, "test2json"+exe, "vet"+exe, "cover"+exe,
82+
"asm"+exe, "cgo"+exe, "compile"+exe,
83+
"link"+exe, "vet"+exe, "cover"+exe,
8484
)...)
8585

8686
for _, c := range filesToCopy {

go

Submodule go updated from 06fd2f1 to cb25ddd

0 commit comments

Comments
 (0)