mirror of
https://gitea.com/Lydanne/buildx.git
synced 2025-07-10 13:37:08 +08:00
vendor: update buildkit to v0.18.0-rc1
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
This commit is contained in:
4
vendor/github.com/moby/buildkit/solver/pb/ops.go
generated
vendored
4
vendor/github.com/moby/buildkit/solver/pb/ops.go
generated
vendored
@ -1,5 +1,7 @@
|
||||
package pb
|
||||
|
||||
import proto "google.golang.org/protobuf/proto"
|
||||
|
||||
func (m *Definition) IsNil() bool {
|
||||
return m == nil || m.Metadata == nil
|
||||
}
|
||||
@ -13,7 +15,7 @@ func (m *Definition) Unmarshal(dAtA []byte) error {
|
||||
}
|
||||
|
||||
func (m *Op) Marshal() ([]byte, error) {
|
||||
return m.MarshalVT()
|
||||
return proto.MarshalOptions{Deterministic: true}.Marshal(m)
|
||||
}
|
||||
|
||||
func (m *Op) Unmarshal(dAtA []byte) error {
|
||||
|
Reference in New Issue
Block a user