From 883c726bd5a53c404bc2def5f7c84ac2badbf221 Mon Sep 17 00:00:00 2001 From: "Paul \"TBBle\" Hampson" Date: Sat, 25 Jul 2020 02:14:44 +1000 Subject: [PATCH] Compile containerd worker on Windows It's not fully-functional at this time, but it now compiles, which means we are getting nearer to the point where we can start enabling tests. This will ensure that it _stays_ compilable over time. Signed-off-by: Paul "TBBle" Hampson --- cmd/buildkitd/main_containerd_worker.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/buildkitd/main_containerd_worker.go b/cmd/buildkitd/main_containerd_worker.go index 08572d55..a5606a4b 100644 --- a/cmd/buildkitd/main_containerd_worker.go +++ b/cmd/buildkitd/main_containerd_worker.go @@ -1,4 +1,4 @@ -// +build linux,!no_containerd_worker +// +build linux,!no_containerd_worker windows,!no_containerd_worker package main