mirror of
https://github.com/restic/restic.git
synced 2025-08-12 11:37:40 +00:00
Add support for illumos/Solaris
This does come without xattr/fuse support at this point. NB: not hooking up the integration tests as restic won't compile without cgo with Go < 1.10.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
// +build !openbsd
|
||||
// +build !solaris
|
||||
// +build !windows
|
||||
|
||||
package fuse
|
||||
|
@@ -1,4 +1,5 @@
|
||||
// +build !openbsd
|
||||
// +build !solaris
|
||||
// +build !windows
|
||||
|
||||
package fuse
|
||||
|
@@ -1,4 +1,5 @@
|
||||
// +build !openbsd
|
||||
// +build !solaris
|
||||
// +build !windows
|
||||
|
||||
package fuse
|
||||
|
@@ -1,4 +1,5 @@
|
||||
// +build !openbsd
|
||||
// +build !solaris
|
||||
// +build !windows
|
||||
|
||||
package fuse
|
||||
|
@@ -1,4 +1,5 @@
|
||||
// +build !openbsd
|
||||
// +build !solaris
|
||||
// +build !windows
|
||||
|
||||
package fuse
|
||||
|
@@ -1,4 +1,5 @@
|
||||
// +build !openbsd
|
||||
// +build !solaris
|
||||
// +build !windows
|
||||
|
||||
package fuse
|
||||
|
@@ -1,4 +1,5 @@
|
||||
// +build !openbsd
|
||||
// +build !solaris
|
||||
// +build !windows
|
||||
|
||||
package fuse
|
||||
|
@@ -1,4 +1,5 @@
|
||||
// +build !openbsd
|
||||
// +build !solaris
|
||||
// +build !windows
|
||||
|
||||
package fuse
|
||||
|
@@ -1,4 +1,5 @@
|
||||
// +build !openbsd
|
||||
// +build !solaris
|
||||
// +build !windows
|
||||
|
||||
package fuse
|
||||
|
Reference in New Issue
Block a user