IRC channel logs

2023-03-04.log

back to list of logs

<pder>fossy: I cleaned out my distfiles directories and was able to get past the kernel build. But one thing I noticed is that since run2.sh was reintroduced the comment about cleaning up some space only cleans packages from run.sh, and not the ones in run2.sh.
<fossy>pder: oh, very good point
<fossy>thank you :D
<stikonas[m]>Oh, yes, we need to fix some things due to bash migration...
<stikonas[m]>Though in general I think it will be better to have newer bash sooner
<fossy>yes, of course
<stikonas>pder: I'll apply a fix for cleaning up run2.sh builds too
<stikonas>tough I'm also testing some kernel configuration changes that can save us even more space
<stikonas>e.g. we don't use modules, so we cna as well just disable support for modules
<stikonas>pder, fossy: this should help a bit https://github.com/fosslinux/live-bootstrap/pull/255
<stikonas>and ca-certificated again have checksum issue
<stikonas>I guess another cert expired
<stikonas>fossy: I'm also looking at diffutils now
<stikonas>right now it is built with custom makefile
<stikonas>but we don't need it till at least gcc (and gcc builds with different checksum)
<stikonas>so at the very least we can get rid of handwritten makefile
<stikonas>but possibly move diffutils to sysc
<fossy>stikonas: alright, neat