mirror of
https://github.com/containers/podman.git
synced 2025-09-27 00:34:32 +08:00
Update to the latest version of buildah
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
8
vendor/github.com/containers/buildah/util/util_unsupported.go
generated
vendored
Normal file
8
vendor/github.com/containers/buildah/util/util_unsupported.go
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
// +build !linux
|
||||
|
||||
package util
|
||||
|
||||
// IsCgroup2UnifiedMode returns whether we are running in cgroup 2 cgroup2 mode.
|
||||
func IsCgroup2UnifiedMode() (bool, error) {
|
||||
return false, nil
|
||||
}
|
Reference in New Issue
Block a user