Skip to content

Commit

Permalink
remove solaris implementation
Browse files Browse the repository at this point in the history
The solaris implementation is not used anywhere, and removed from most
projects, so we may as well clean up the corresponding files here.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
  • Loading branch information
thaJeztah committed Feb 14, 2022
1 parent 1b12abd commit fa15abf
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 109 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -72,4 +72,3 @@ jobs:
go test -race
GOOS=openbsd go build
GOOS=windows go build
GOOS=solaris go build
4 changes: 2 additions & 2 deletions console_test.go
@@ -1,5 +1,5 @@
//go:build linux || solaris || zos || freebsd
// +build linux solaris zos freebsd
//go:build linux || zos || freebsd
// +build linux zos freebsd

/*
Copyright The containerd Authors.
Expand Down
4 changes: 2 additions & 2 deletions console_unix.go
@@ -1,5 +1,5 @@
//go:build darwin || freebsd || linux || netbsd || openbsd || solaris
// +build darwin freebsd linux netbsd openbsd solaris
//go:build darwin || freebsd || linux || netbsd || openbsd
// +build darwin freebsd linux netbsd openbsd

/*
Copyright The containerd Authors.
Expand Down
4 changes: 2 additions & 2 deletions pty_unix.go
@@ -1,5 +1,5 @@
//go:build darwin || linux || netbsd || openbsd || solaris
// +build darwin linux netbsd openbsd solaris
//go:build darwin || linux || netbsd || openbsd
// +build darwin linux netbsd openbsd

/*
Copyright The containerd Authors.
Expand Down
52 changes: 0 additions & 52 deletions tc_solaris_cgo.go

This file was deleted.

48 changes: 0 additions & 48 deletions tc_solaris_nocgo.go

This file was deleted.

4 changes: 2 additions & 2 deletions tc_unix.go
@@ -1,5 +1,5 @@
//go:build darwin || freebsd || linux || netbsd || openbsd || solaris || zos
// +build darwin freebsd linux netbsd openbsd solaris zos
//go:build darwin || freebsd || linux || netbsd || openbsd || zos
// +build darwin freebsd linux netbsd openbsd zos

/*
Copyright The containerd Authors.
Expand Down

0 comments on commit fa15abf

Please sign in to comment.