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
<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
<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 ?
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
<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 ?