mirror of
https://github.com/ipfs/kubo.git
synced 2025-06-30 18:13:54 +08:00
Merge pull request #1999 from ipfs/fix/no-fuse-windows
disable building fuse stuff on windows
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
|
||||
|
@ -1,4 +1,5 @@
|
||||
// +build !nofuse
|
||||
// +build !windows
|
||||
|
||||
package mount
|
||||
|
||||
|
Reference in New Issue
Block a user