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

SDK container: include circular dependency breaking packages in SDK #2339

Closed
wants to merge 1 commit into from

Commits on Sep 20, 2024

  1. SDK container: include circular deps pkgs

    This change builds all packages required to break circular dependencies
    and includes these in the SDK image. This way, emerge-<arch> can be used
    right away and build_packages only builds packages with production USE
    flags.
    
    The change significantly reduces the build time at the cost of a larger
    SDK image and longer SDK container build time. Uncompressed:
                   Size before       Size after
    all arches       7.75GB             9.29GB
    arm64            5.7GB              6.58GB
    amd64            5.64GB             6.45GB
    
    Signed-off-by: Thilo Fromm <thilofromm@microsoft.com>
    t-lo committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    4e2855f View commit details
    Browse the repository at this point in the history