-
Notifications
You must be signed in to change notification settings - Fork 588
build: print instance being used #1177
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d419196 to
afd5d17
Compare
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉
I'd prefer to replace the progress.Wrap call with a oneOffProgress function just so we don't forget to grep it out when the buildkit PR merges, but not a blocker 👍
|
I'm not so sure about this. This is not really a progress item, a step that runs as part of the build on a specific time/duration. Is it more like a debug log line? Maybe if we could fit the instance name on the first line? For |
Yes that's it.
Sounds good, I will take a look |
aa9454f to
7ea76fb
Compare
7ea76fb to
db919a5
Compare
172a9df to
e6cea70
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM - just a note, this doesn't work with the remote controller, which has it's own progress setup.
However, that's fine if we can open a tracking issue after this merges, I think some more general refactoring of how we do progress is necessary to get a patch that makes more sense for this.
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
e6cea70 to
598f1f0
Compare

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

needs moby/buildkit#3378Display current builder being used when building. Can help users who need to know the type of builder in use during their build but also for log reports:
Signed-off-by: CrazyMax crazy-max@users.noreply.github.com