OS specific build dependencies

This commit is contained in:
Alex Dadgar
2015-10-05 13:36:25 -07:00
parent 69e7d21e9a
commit 265271e721

View File

@@ -3,6 +3,8 @@
# First get the OS-specific packages
GOOS=windows go get $DEP_ARGS github.com/StackExchange/wmi
GOOS=windows go get $DEP_ARGS github.com/shirou/w32
GOOS=linux go get $DEP_ARGS github.com/docker/docker/pkg/units
GOOS=linux go get $DEP_ARGS github.com/docker/docker/pkg/mount
# Get the rest of the deps
DEPS=$(go list -f '{{range .TestImports}}{{.}} {{end}}' ./...)