mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
Removing fsstorage
This commit is contained in:
5
Makefile
5
Makefile
@@ -32,10 +32,7 @@ build-split: build-strbyteconv
|
||||
build-strbyteconv:
|
||||
@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkgs/strbyteconv
|
||||
|
||||
build-storage: build-storage-append build-storage-encoded build-storage-fs
|
||||
|
||||
build-storage-fs:
|
||||
@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkgs/storage/fsstorage
|
||||
build-storage: build-storage-append build-storage-encoded
|
||||
|
||||
build-storage-append:
|
||||
@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkgs/storage/appendstorage
|
||||
|
||||
Reference in New Issue
Block a user