mirror of
https://github.com/containers/podman.git
synced 2025-11-30 10:07:33 +08:00
bump buildah to latest
Also includes a small change to make us of https://github.com/containers/buildah/pull/5039 Signed-off-by: Paul Holzinger <pholzing@redhat.com>
This commit is contained in:
10
vendor/github.com/containers/buildah/util/util_windows.go
generated
vendored
10
vendor/github.com/containers/buildah/util/util_windows.go
generated
vendored
@@ -1,3 +1,4 @@
|
||||
//go:build !linux && !darwin
|
||||
// +build !linux,!darwin
|
||||
|
||||
package util
|
||||
@@ -6,15 +7,6 @@ import (
|
||||
"os"
|
||||
)
|
||||
|
||||
type HardlinkChecker struct {
|
||||
}
|
||||
|
||||
func (h *HardlinkChecker) Check(fi os.FileInfo) string {
|
||||
return ""
|
||||
}
|
||||
func (h *HardlinkChecker) Add(fi os.FileInfo, name string) {
|
||||
}
|
||||
|
||||
func UID(st os.FileInfo) int {
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user