Skip to content

Commit aa8c190

Browse files
committedNov 23, 2015
remove nofuse tag from windows build check (no longer needed)
License: MIT Signed-off-by: Jeromy Johnson <why@ipfs.io>
1 parent e069af1 commit aa8c190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ test_all_commits_travis:
7474

7575
# since we have CI for osx and linux but not windows, this should help
7676
windows_build_check:
77-
GOOS=windows GOARCH=amd64 go build -o .test.ipfs.exe -tags=nofuse ./cmd/ipfs
77+
GOOS=windows GOARCH=amd64 go build -o .test.ipfs.exe ./cmd/ipfs
7878
rm .test.ipfs.exe

0 commit comments

Comments
 (0)
Please sign in to comment.