mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
Add erasure package in its full form v1.0
This commit is contained in:
6
Makefile
6
Makefile
@@ -26,11 +26,7 @@ build-utils:
|
||||
# @godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkg/os/sysctl
|
||||
|
||||
build-storage:
|
||||
ifeq ($(ARCH), Darwin)
|
||||
@$(MAKE) $(MAKE_OPTIONS) arch=osx -C pkg/storage/erasure/isal lib
|
||||
else
|
||||
@$(MAKE) $(MAKE_OPTIONS) -C pkg/storage/erasure/isal lib
|
||||
endif
|
||||
@godep go generate github.com/minio-io/minio/pkg/storage/erasure
|
||||
@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkg/storage/erasure
|
||||
|
||||
build-minioapi:
|
||||
|
||||
Reference in New Issue
Block a user