You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
musl-1.1.24 (pass 3 only - removes ALL include files installed up to that point from /usr/include! This is fixed by Smaller CI intermediate tarballs (option 2) #375 as it caused a checksum inconsistency.)
perl5.004-05 (removes previous perl)
perl5.005-03 (ditto)
perl-5.6.2 (ditto)
perl-5.10.1 (ditto)
perl-5.32.1 (ditto)
All of these alterations to the live system will fail to be reproduced when these packages are installed from preseeded tarballs, rather than built in place.
If any of these changes is genuinely necessary, then we need to implement src_apply override support in helpers.sh, and move the relevant code there, so the proper FS changes will be made regardless of whether we're building or installing from preseed.
The following packages all touch the live system (adding, deleting or modifying files outside $DESTDIR) in their src_install:
All of these alterations to the live system will fail to be reproduced when these packages are installed from preseeded tarballs, rather than built in place.
If any of these changes is genuinely necessary, then we need to implement src_apply override support in helpers.sh, and move the relevant code there, so the proper FS changes will be made regardless of whether we're building or installing from preseed.