mirror of
https://github.com/containers/podman.git
synced 2025-11-13 01:29:06 +08:00
[NO TESTS NEEDED] Vendor in containers/buildah v1.20.0
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
3
vendor/github.com/containers/buildah/run_unsupported.go
generated
vendored
3
vendor/github.com/containers/buildah/run_unsupported.go
generated
vendored
@@ -6,9 +6,6 @@ import (
|
||||
"github.com/pkg/errors"
|
||||
)
|
||||
|
||||
// ContainerDevices is currently not implemented.
|
||||
type ContainerDevices = []struct{}
|
||||
|
||||
func setChildProcess() error {
|
||||
return errors.New("function not supported on non-linux systems")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user