00:06 CounterPillow: wow I love all these academic non-issues destroying performance in real workloads
09:33 kode54: Btw, regarding the AMD mitigation there
09:33 kode54: Might be wise to make sure the microcode is up to date
09:33 kode54: If it’s not an Epyc or threadripper, it’s not in linux-firmware
09:34 kode54: And if something is using dracut, their AMD microcode handling is currently broken due to cat’ing the readme into the authenticamd.bin blob
12:16 jenatali: alatiera: any progress towards higher Windows runner capacity? Looks like the first Windows break already landed while Mesa CI has it disabled :(
12:17 jenatali: FWIW I'm checking about getting funding for an Azure runner for Mesa
12:17 jenatali: Fingers crossed, I haven't gotten a flat-out no yet
16:21 DavidHeidelberg: mupuf: you use this bit in your TronCI, right? https://lore.kernel.org/lkml/20230718184858.GA489178@bhelgaas/T/ you may want to drop A-b/R-b :)
16:30 mupuf: DavidHeidelberg: nice find, will try :)
16:31 mupuf: My friend Andy already reviewed it :)
16:31 DavidHeidelberg: great sunny days we'll await, now I'll have to kick CH348 serial also :(
17:45 pulsey: Is Mesa 23.3.0 supposed to install liblua after executing `meson install -C build`?
19:15 DavidHeidelberg: pulsey: looking at "meson.build" files it seems not
19:29 pulsey: I tried to build a rpm for mesa 23.3.0 and the installation fails due to missing liblua. I am able to successfully build and install(rpm) for version 23.1.9
19:29 pulsey: Am i supposed to install lua on my own?
19:34 pulsey: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26185
19:35 pulsey: Looking at this merge request, it seems like they tried to fix this exact issue. Not sure whether it is part of 23.3.0?
19:48 DavidHeidelberg: pulsey: apply the patch, it's not marked for stable, so it isn't
19:50 pulsey: OK. In that case, 23.3.0 should be marked as build failing?
19:55 DavidHeidelberg: pulsey: I sent MR for Alpine and 23.3.0 builded just fine, it most likely depends on the conditions. If you the system LUA would be used, I think this wouldn't happen
19:55 DavidHeidelberg: s/builded/built/
19:58 pulsey: my system has lua 5.3.
19:59 pulsey: I just executed meson install --destdir /media/builddir -C build and liblua files are not copied at all, so this definitely requires a fix for those systems or mark lua 5.4 as an dependency.
20:02 pulsey: BTW my meson version is 1.2.0 and ninja is version 1.9.0. Not sure whether it matters.
20:04 DavidHeidelberg: pulsey: try to sums your setup + logs into an issue, please :)
20:05 pulsey: yeah. Let me clean and try one more time.