mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
Build fixes after moving to go1.4
This commit is contained in:
2
Makefile
2
Makefile
@@ -8,7 +8,7 @@ checkdeps:
|
||||
|
||||
getdeps: checkdeps
|
||||
@go get github.com/tools/godep && echo "Installing godep"
|
||||
@go get code.google.com/p/go.tools/cmd/cover && echo "Installing cover"
|
||||
@go get golang.org/x/tools/cmd/cover && echo "Installing cover"
|
||||
|
||||
build-erasure:
|
||||
@$(MAKE) $(MAKE_OPTIONS) -C pkgs/erasure/isal lib
|
||||
|
||||
Reference in New Issue
Block a user