From fb3b30bba98140aeb72fe7a5ff8e413a644caac1 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Wed, 19 Apr 2017 13:16:48 -0700 Subject: [PATCH] Fix Windows build. --- client/driver/utils_windows.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/driver/utils_windows.go b/client/driver/utils_windows.go index 5b2b7d842..ff56089d1 100644 --- a/client/driver/utils_windows.go +++ b/client/driver/utils_windows.go @@ -7,3 +7,7 @@ import ( // TODO Figure out if this is needed in Wondows func isolateCommand(cmd *exec.Cmd) { } + +// setChroot is a noop on Windows +func setChroot(cmd *exec.Cmd, chroot string) { +}