mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-09 21:17:09 +08:00
vendor: update buildkit to master@b49a8873179b
Signed-off-by: Justin Chadwell <me@jedevc.com>
This commit is contained in:
4
vendor/github.com/moby/buildkit/util/appdefaults/appdefaults_windows.go
generated
vendored
4
vendor/github.com/moby/buildkit/util/appdefaults/appdefaults_windows.go
generated
vendored
@ -31,3 +31,7 @@ func UserRoot() string {
|
||||
func UserConfigDir() string {
|
||||
return ConfigDir
|
||||
}
|
||||
|
||||
func TraceSocketPath(inUserNS bool) string {
|
||||
return `\\.\pipe\buildkit-otel-grpc`
|
||||
}
|
||||
|
Reference in New Issue
Block a user