Skip to content

Commit 37ae7bb

Browse files
committed
fix: add solaris to non-supported shim.
Signed-off-by: Jonathan Perkin <jonathan@perkin.org.uk>
1 parent 8f6c4e4 commit 37ae7bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

console_other.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
//go:build !darwin && !freebsd && !linux && !netbsd && !openbsd && !solaris && !windows && !zos
2-
// +build !darwin,!freebsd,!linux,!netbsd,!openbsd,!solaris,!windows,!zos
1+
//go:build !darwin && !freebsd && !linux && !netbsd && !openbsd && !windows && !zos
2+
// +build !darwin,!freebsd,!linux,!netbsd,!openbsd,!windows,!zos
33

44
/*
55
Copyright The containerd Authors.

0 commit comments

Comments
 (0)