daniels changed the topic of #freedesktop to: https://www.freedesktop.org infrastructure and online services || for questions about freedesktop.org projects, please see each project's contact || for discussions about specifications, please use https://gitlab.freedesktop.org/xdg or xdg@lists.freedesktop.org
lsd|2 has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
Haaninjo has quit [Quit: Ex-Chat]
<DavidHeidelberg> btw. bootstrap/cbuild seems to ignore versions for the alpine and arch, is that done by design?
<DavidHeidelberg> bootstrap/cbuild, line 371
sima has quit [Ping timeout: 480 seconds]
krushia has quit [Quit: Konversation terminated!]
AbleBacon has quit [Read error: Connection reset by peer]
tinywrkb has quit [Quit: Client limit exceeded: 20000]
ximion has quit [Quit: Detached from the Matrix]
sima has joined #freedesktop
<Venemo> Hi everyone
<Venemo> Can someone please explain why it is necessary to entirely remove the CI for AMD drivers?
Leopold_ has quit [Remote host closed the connection]
Leopold_ has joined #freedesktop
AnuthaDev has joined #freedesktop
<MrCooper> Venemo: it really isn't
<Venemo> So what is the problem then? And why is this the solution?
Inline has quit []
Inline has joined #freedesktop
Haaninjo has joined #freedesktop
MrOshimaida has joined #freedesktop
MrOshimaida has quit [Read error: Connection reset by peer]
lsd|2 has joined #freedesktop
tlwoerner_ has joined #freedesktop
tlwoerner has quit [Ping timeout: 480 seconds]
Leopold_ has quit []
blatant has joined #freedesktop
blatant has quit []
privacy has joined #freedesktop
Leopold_ has joined #freedesktop
AnuthaDev has quit []
todi has joined #freedesktop
AbleBacon has joined #freedesktop
ximion has joined #freedesktop
jarthur has joined #freedesktop
lsd|2 has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
<DavidHeidelberg> Venemo: the solution is in https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26814 :P
<DavidHeidelberg> it was just mareko a bit pissed about libdrm bump :P (a bit rightfully, I must say)
<Venemo> I see
<DavidHeidelberg> Venemo: I hope I'll be able move huge portion of custom build software into packages and manage it from the repo, so we can develop our CI without having to be afraid to wait 60 minutes for each container assembly
<pinchartl> the container builds are indeed a bit long
<pinchartl> I'm adding custom versions of gcc to the container, building them manually. that doesn't help shortening build times
<pinchartl> I suppose I could build them externally and store them in a custom debian repo
<DavidHeidelberg> pinchartl: something like: https://gitlab.freedesktop.org/gfx-ci/ci-deb-repo/ ? :P
<DavidHeidelberg> I've been trough this pain for 2 years. After https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26814 gets merged I plan to enable and add much more packages.
<DavidHeidelberg> also R-b, A-b are welcome
<pinchartl> possibly. thanks for the link. I'll check how that works
<pinchartl> where does it push the .deb it produces ?
<DavidHeidelberg> into $branch-code pushes into $branch and then apt just fetch it from gitlab http interface
<DavidHeidelberg> the trick about this we can have specific version of repo pinned in CI and still push new stuff for new main branch and keeping stable releases to push from history
<pinchartl> it commits the binaries to the git tree containing the sources ?
<DavidHeidelberg> of course we having git + LFS :)
<DavidHeidelberg> no, the sources are in $branch-code, the binaries with repo in $branch
<pinchartl> different branches, yes, but same tree ?
<DavidHeidelberg> useful stuff starts around 5:30
alanc has quit [Remote host closed the connection]
alanc has joined #freedesktop
sima has quit [Ping timeout: 480 seconds]
AnuthaDev has joined #freedesktop
<pinchartl> I'll probably not switch to that right away, but I'll certainly keep it in mind as a future improvement
<pinchartl> I have 2 custom packages at the moment, a Linux kernel with a custom config, and gcc 8
<DavidHeidelberg> pinchartl: btw. it's not same tree. the code and deb repo is just branch. Each debian repo push has in commit name reference to the commit from $branch-code
<DavidHeidelberg> pinchartl: do u use something like https://gitlab.freedesktop.org/gfx-ci/linux for kernel?
<DavidHeidelberg> also just for sure mentioning "FORCE_KERNEL_TAG:" where you can override the kernel inside the rootfs
<DavidHeidelberg> (but if you building own rootfs anyway, you can be fine with KERNEL_TAG)
<pinchartl> no, I'm building the kernel manually
<pinchartl> to be used with virtme-ng
<pinchartl> the rootfs is thus just a debian bookworm container
<pinchartl> pretty straightforward
<pinchartl> I considered pushing the kernel pushing as a package, but in the end I just store it in the container
<DavidHeidelberg> haha, libcamera stuff, I knew it :D
<DavidHeidelberg> yeah, having kernel as a distro package is usually not very useful for our usecases
<pinchartl> the kernel hardly changes for my use case, but I need a custom config to enable a few virtual drivers
<DavidHeidelberg> btw. at some point if we'll have larger repository with lot of testing software, if someone get interested, maybe some bootable iso could be created from it, so people could just boot into liveusb and check some tests suites on their HW without messing with current setup
ximion has quit [Quit: Detached from the Matrix]
arekm has quit [Remote host closed the connection]
Haaninjo has quit [Quit: Ex-Chat]
flom84 has joined #freedesktop
todi has quit []
DunningFreddyKrueger has joined #freedesktop
<DunningFreddyKrueger> I'm not clear on if this is the correct room to ask this. Why doesn't AppStream relative symlink icons?
AnuthaDev has quit [Quit: AnuthaDev]
arekm has joined #freedesktop
flom84 has quit [Remote host closed the connection]
blatant has joined #freedesktop
blatant has quit []
privacy has quit [Quit: Leaving]
ximion has joined #freedesktop
lsd|2 has joined #freedesktop
<pinchartl> is there a way to increase the job log limit of 4MB for specific jobs ?