From 371caf773385df0a40211aa2f91c5fe131a338ee Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 25 Nov 2019 10:29:35 +0100 Subject: pkg/build: make linux implement binary signer We were almost there... Update #1271 --- pkg/vcs/linux.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg/vcs/linux.go') diff --git a/pkg/vcs/linux.go b/pkg/vcs/linux.go index c07c6aeaa..11142b6e8 100644 --- a/pkg/vcs/linux.go +++ b/pkg/vcs/linux.go @@ -21,6 +21,8 @@ type linux struct { *git } +var _ Bisecter = new(linux) + func newLinux(dir string) *linux { ignoreCC := map[string]bool{ "stable@vger.kernel.org": true, -- cgit mrf-deployment