Skip to content
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

CI, build 1: disable buildx output for dependency stage #3983

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

apostasie
Copy link
Contributor

@apostasie apostasie commented Mar 4, 2025

For context, see #3940, #3924, and the start of this PR cycle at #3983.

This is the first PR in a series to reduce build time and increase reliability.

These PRs are broken down in digestible size from a large PR on my fork to ease review.


The dependencies stage purpose is solely to save cacheable stages into GHA.

There is no reason to load the image into docker store at this point.

The cost of this (useless) operation is about 40 seconds (out of 1 minute 20 seconds for that stage on a warm cache - or ~6 minutes on a cold cache).

@apostasie apostasie changed the title Disable buildx output for dependency stage [WIP] Disable buildx output for dependency stage Mar 5, 2025
@apostasie apostasie changed the title [WIP] Disable buildx output for dependency stage CI, build 1: disable buildx output for dependency stage Mar 5, 2025
@apostasie apostasie marked this pull request as ready for review March 5, 2025 00:46
Copy link
Member

@AkihiroSuda AkihiroSuda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks

@AkihiroSuda AkihiroSuda added this to the v2.0.4 milestone Mar 6, 2025
@AkihiroSuda AkihiroSuda added the area/ci e.g., CI failure label Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci e.g., CI failure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants