mirror of
https://github.com/containers/podman.git
synced 2025-11-15 10:38:56 +08:00
Vendor in latest containers/storage
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
7
vendor/github.com/containers/storage/pkg/system/meminfo_unsupported.go
generated
vendored
7
vendor/github.com/containers/storage/pkg/system/meminfo_unsupported.go
generated
vendored
@@ -1,5 +1,8 @@
|
||||
//go:build !linux && !windows && !solaris && !freebsd
|
||||
// +build !linux,!windows,!solaris,!freebsd
|
||||
//go:build !linux && !windows && !solaris && !(freebsd && cgo)
|
||||
// +build !linux
|
||||
// +build !windows
|
||||
// +build !solaris
|
||||
// +build !freebsd !cgo
|
||||
|
||||
package system
|
||||
|
||||
|
||||
Reference in New Issue
Block a user