Build Windows V1 and V2 runtimes always

Signed-off-by: Justin Terry (VM) <juterry@microsoft.com>
This commit is contained in:
Justin Terry (VM)
2018-11-02 11:59:03 -07:00
parent f1a3a6fba6
commit 8329a491b9
5 changed files with 5 additions and 38 deletions

View File

@@ -1,5 +1,3 @@
// +build !windows_v2
/*
Copyright The containerd Authors.

View File

@@ -1,4 +1,4 @@
// +build windows,windows_v2
// +build ignore
/*
Copyright The containerd Authors.
@@ -23,6 +23,8 @@ import (
"github.com/containerd/containerd/runtime"
)
// TODO: JTERRY75 - When Windows V1 runtime is removed change this to only build
// on Windows.
var tasksServiceRequires = []plugin.Type{
plugin.RuntimePluginV2,
plugin.MetadataPlugin,