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

Smaller CI intermediate tarballs (option 2) #375

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

Googulator
Copy link
Collaborator

@Googulator Googulator commented Dec 27, 2023

This is a different option for making CI tarballs smaller: we revert to using a small seed tarball, plus packages built in each pass. The seed tarball is built as early as possible (i.e. right after we have bash), everything beyond that is passed in the form of repo packages.

To make this work properly, in each pass, rootfs.py needs to be run once for each previous pass to preseed from, and once more for the current pass.

This option depends on #368.

The seed tarball is created as early as possible, to minimize its size.
@Googulator Googulator marked this pull request as ready for review December 28, 2023 06:05
- libtool needs autoconf (& possibly other autotools) at make time, to
  generate correct & reproducible manpages
- musl-1.1.24 shouldn't nuke /usr/include in its src_install(), as it
  will remove headers used by other packages later, notably perl.
  (Also, touching the live filesystem in src_install() will be skipped
  if the package is preseeded instead, causing inconsistency.)
@Googulator Googulator force-pushed the smaller-ci-tarballs-option2 branch from 4016acb to 5f60a8f Compare December 28, 2023 06:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant