From a0575d6e469b15d9cf239dcddabe03fdb7059afd Mon Sep 17 00:00:00 2001 From: Miloslav Trmač Date: Wed, 18 Jul 2018 21:12:14 +0200 Subject: Don't pollute the build output with failures to build checkseccomp MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (make localunit) complains about the unbuildable subpackage; silence that. Actually, I can't find any user of checkseccomp in this repo; maybe it is entirely unused? Signed-off-by: Miloslav Trmač Closes: #1115 Approved by: rhatdan --- test/checkseccomp/checkseccomp.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/checkseccomp') diff --git a/test/checkseccomp/checkseccomp.go b/test/checkseccomp/checkseccomp.go index ec7ee1020..9046e0955 100644 --- a/test/checkseccomp/checkseccomp.go +++ b/test/checkseccomp/checkseccomp.go @@ -1,3 +1,5 @@ +// +build seccomp + package main import ( -- cgit v1.2.3-54-g00ecf