Merge pull request #1502 from justincormack/linux-only

runc only works on Linux so remove putative Solaris and unsupported main
This commit is contained in:
Michael Crosby 2017-06-29 08:34:31 -07:00 committed by GitHub
commit 5cf468230c
3 changed files with 0 additions and 32 deletions

View File

@ -1,19 +0,0 @@
package main
import "github.com/urfave/cli"
var (
checkpointCommand cli.Command
eventsCommand cli.Command
restoreCommand cli.Command
specCommand cli.Command
killCommand cli.Command
deleteCommand cli.Command
execCommand cli.Command
initCommand cli.Command
listCommand cli.Command
pauseCommand cli.Command
resumeCommand cli.Command
startCommand cli.Command
stateCommand cli.Command
)

View File

@ -1,13 +0,0 @@
// +build !linux,!solaris
package main
import "github.com/urfave/cli"
var (
checkpointCommand cli.Command
eventsCommand cli.Command
restoreCommand cli.Command
specCommand cli.Command
killCommand cli.Command
)