vendor: github.com/tonistiigi/fsutil#44227
Closed
thaJeztah wants to merge 1 commit intomoby:masterfrom
Closed
Conversation
Member
Author
|
okay; looks like the BuildKit version we use is not yet compatible with the latest Breaking change was introduced in tonistiigi/fsutil@5a3ace4 (tonistiigi/fsutil#130), related to moby/buildkit#2837 / moby/buildkit#2856 |
087bf3e to
a01faa1
Compare
25c764b to
a348454
Compare
a348454 to
fc261ea
Compare
thaJeztah
commented
Oct 4, 2022
Comment on lines
+161
to
+165
| // BuildkitVersion returns BuildKit version | ||
| func (w *Worker) BuildkitVersion() client.BuildkitVersion { | ||
| return w.Opt.BuildkitVersion | ||
| } | ||
|
|
Member
Author
There was a problem hiding this comment.
- Took these changes from vendor: github.com/moby/buildkit 65f4948 #43504
Member
Author
|
Hmm... dang; this doesn't work it looks like 🤔 ; |
Member
Author
|
Nevermind 🤦 didn't stage a new file that was vendored |
e14ed8d to
7126ad6
Compare
Member
Author
|
This one is still failing; perhaps missing a |
Member
Author
|
Or the Version changes cause the error 🤔 ( |
Member
Author
|
Okay, different error now, but still failing (so probably we're still missing a "skip" in BuildKit); |
Member
Will be fixed by moby/buildkit#3176 |
9cc4720 to
95aae1c
Compare
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
95aae1c to
49b42ff
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
testing if all works combined