From 63a7334112fa63edb0c0a3f317d3d92135a6ead9 Mon Sep 17 00:00:00 2001 From: Anton Lindqvist Date: Sun, 2 Aug 2020 08:54:32 +0200 Subject: Revert "executor: enable extra coverage on OpenBSD" Forgot that the build machine must be updated with a newer OpenBSD snapshot first in order to make the new kcov stuff available. This reverts commit 96dd36234d97bbf6b403f3a7f03cfc0296422879. --- pkg/host/host_openbsd.go | 1 - 1 file changed, 1 deletion(-) (limited to 'pkg') diff --git a/pkg/host/host_openbsd.go b/pkg/host/host_openbsd.go index 23e219115..5a42edc57 100644 --- a/pkg/host/host_openbsd.go +++ b/pkg/host/host_openbsd.go @@ -31,7 +31,6 @@ func isSupportedVMM() (bool, string) { func init() { checkFeature[FeatureCoverage] = unconditionallyEnabled checkFeature[FeatureComparisons] = unconditionallyEnabled - checkFeature[FeatureExtraCoverage] = unconditionallyEnabled checkFeature[FeatureNetInjection] = unconditionallyEnabled checkFeature[FeatureSandboxSetuid] = unconditionallyEnabled } -- cgit mrf-deployment