mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-24 22:38:27 +08:00
remove nofuse tag from windows build check (no longer needed)
License: MIT Signed-off-by: Jeromy Johnson <why@ipfs.io>
This commit is contained in:
2
Makefile
2
Makefile
@ -74,5 +74,5 @@ test_all_commits_travis:
|
||||
|
||||
# since we have CI for osx and linux but not windows, this should help
|
||||
windows_build_check:
|
||||
GOOS=windows GOARCH=amd64 go build -o .test.ipfs.exe -tags=nofuse ./cmd/ipfs
|
||||
GOOS=windows GOARCH=amd64 go build -o .test.ipfs.exe ./cmd/ipfs
|
||||
rm .test.ipfs.exe
|
||||
|
Reference in New Issue
Block a user