mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
Fixing isal compile from root, workaround for https://code.google.com/p/go/issues/detail?id=7891
This commit is contained in:
11
Makefile
11
Makefile
@@ -2,13 +2,16 @@
|
||||
|
||||
all: test install
|
||||
|
||||
test:
|
||||
mkdir -p cover
|
||||
build-erasure:
|
||||
cd erasure && make
|
||||
|
||||
|
||||
test: build-erasure
|
||||
godep go test -race -coverprofile=cover/cover.out github.com/minio-io/minio
|
||||
godep go test -race github.com/minio-io/minio/cmd/minio
|
||||
|
||||
install:
|
||||
godep go install -race github.com/minio-io/minio/cmd/minio
|
||||
install: build-erasure
|
||||
godep go install github.com/minio-io/minio/cmd/minio
|
||||
|
||||
save:
|
||||
godep save ./...
|
||||
|
||||
Reference in New Issue
Block a user