abra/pkg/upstream/commandconn/pdeathsig_nolinux.go
decentral1se de7054fd74
Some checks reported errors
continuous-integration/drone/push Build was killed
fix: use x-platform code for pdeathsig
This might cause the macosx build not to fail, I hope.

See https://github.com/docker/cli/tree/v20.10.10/cli/connhelper/commandconn
2021-11-03 09:57:35 +01:00

12 lines
117 B
Go

//go:build !linux
// +build !linux
package commandconn
import (
"os/exec"
)
func setPdeathsig(cmd *exec.Cmd) {
}