mirror of
https://github.com/containers/podman.git
synced 2025-12-02 02:58:03 +08:00
Bump to Buildah v1.27.0
As the title says. Vendor Buildah v1.27.0 into Podman in preparation for Buildah v4.2 [No New Tests Needed] Signed-off-by: tomsweeneyredhat <tsweeney@redhat.com>
This commit is contained in:
10
vendor/github.com/containers/buildah/pkg/util/uptime_darwin.go
generated
vendored
Normal file
10
vendor/github.com/containers/buildah/pkg/util/uptime_darwin.go
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
package util
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"time"
|
||||
)
|
||||
|
||||
func ReadUptime() (time.Duration, error) {
|
||||
return 0, errors.New("readUptime not supported on darwin")
|
||||
}
|
||||
Reference in New Issue
Block a user