mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 02:15:43 +03:00
Added some missing dependencies for linux x-compile
This commit is contained in:
@@ -7,6 +7,8 @@ GOOS=linux go get $DEP_ARGS github.com/docker/docker/pkg/units
|
||||
GOOS=linux go get $DEP_ARGS github.com/docker/docker/pkg/mount
|
||||
GOOS=linux go get $DEP_ARGS github.com/opencontainers/runc/libcontainer/cgroups/fs
|
||||
GOOS=linux go get $DEP_ARGS github.com/opencontainers/runc/libcontainer/configs
|
||||
GOOS=linux go get $DEP_ARGS github.com/coreos/go-systemd/util
|
||||
GOOS=linux go get $DEP_ARGS github.com/coreos/go-systemd/dbus
|
||||
|
||||
# Get the rest of the deps
|
||||
DEPS=$(go list -f '{{range .TestImports}}{{.}} {{end}}' ./...)
|
||||
|
||||
Reference in New Issue
Block a user