mirror of
https://github.com/minio/minio.git
synced 2025-11-06 20:33:07 -05:00
Fixes #71 - some crazy races inside erasure and simplify the code
- This change also brings in changing 'unsigned char' to 'uint8_t' for brevity
This commit is contained in:
3
Makefile
3
Makefile
@@ -12,8 +12,7 @@ getdeps: checkdeps
|
||||
|
||||
build-erasure:
|
||||
@$(MAKE) $(MAKE_OPTIONS) -C pkgs/erasure/isal lib
|
||||
@godep go test -race github.com/minio-io/minio/pkgs/erasure
|
||||
@godep go test -coverprofile=cover.out github.com/minio-io/minio/pkgs/erasure
|
||||
@godep go test -race -coverprofile=cover.out github.com/minio-io/minio/pkgs/erasure
|
||||
|
||||
build-signify:
|
||||
@$(MAKE) $(MAKE_OPTIONS) -C pkgs/signify
|
||||
|
||||
Reference in New Issue
Block a user