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) { +}