mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-10 21:47:13 +08:00
vendor: github.com/moby/buildkit v0.21.0-rc1
Signed-off-by: Jonathan A. Sternberg <jonathan.sternberg@docker.com>
This commit is contained in:
2
vendor/github.com/tonistiigi/fsutil/diskwriter_windows.go
generated
vendored
2
vendor/github.com/tonistiigi/fsutil/diskwriter_windows.go
generated
vendored
@ -20,7 +20,7 @@ func rewriteMetadata(p string, stat *types.Stat) error {
|
||||
|
||||
// handleTarTypeBlockCharFifo is an OS-specific helper function used by
|
||||
// createTarFile to handle the following types of header: Block; Char; Fifo
|
||||
func handleTarTypeBlockCharFifo(path string, stat *types.Stat) error {
|
||||
func handleTarTypeBlockCharFifo(_ string, _ *types.Stat) error {
|
||||
return errors.New("Not implemented on windows")
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user