mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 10:55:42 +03:00
Fix Windows build.
This commit is contained in:
@@ -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) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user