From a0575d6e469b15d9cf239dcddabe03fdb7059afd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20Trma=C4=8D?= Date: Wed, 18 Jul 2018 21:12:14 +0200 Subject: [PATCH] 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(+) diff --git a/test/checkseccomp/checkseccomp.go b/test/checkseccomp/checkseccomp.go index ec7ee10203..9046e09556 100644 --- a/test/checkseccomp/checkseccomp.go +++ b/test/checkseccomp/checkseccomp.go @@ -1,3 +1,5 @@ +// +build seccomp + package main import (