IRC channel logs

2025-09-14.log

back to list of logs

<vasi>yeah, the GUI installer didn't work for me, i didn't really investigate further
<vasi>i also noted in my write-up that you could probably just copy things from the original bootstrap (which i think i prefer to fetching, so i don't have to keep that VM active forever)
<Googulator>It's not just the toolchain you can copy, but also the built-RPMs directory
<Googulator>vasi: FYI: When reproducing the Azure Linux bootstrap today on bare metal, I hit an edge case: pytorch and tensorflow were scheduled simultaneously, and with 8GB physical RAM + 8GB swap, gcc ran out of virtual memory. So, the script now calls for a 32GB swapfile, instead of 8GB.
<vasi>good to know! i ran on a VM with 31 GB of RAM, so it went fine ^^
<Googulator>Currently looking at the build failure with upstream repos excluded from package graph construction - looks like it's caused by a bug related to handling of local repositories in that stage.
<Googulator>So, we may be able to eliminate the dependency on upstream Provides information without having to inject Provides into SPECs
<Googulator>That leaves only msopenjdk (+ things like Rust) as a source of binary taint