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:
commit
5cf468230c
|
@ -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
|
||||
)
|
|
@ -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
|
||||
)
|
Loading…
Reference in New Issue