-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Chromium needs new/additional maintainers #197609
Comments
I already maintain an internal Chromium build for Ubuntu (because I hate the snap and I have some customizations I'm building into it). I'm however in the process of switching my dev workstation over to NixOS at which point I will probably stop maintaining my Chromium repo. I would be willing to maintain the NixOS chromium derivation. The only two bullet points that would be an issue are commit access and nixpkgs familiarity. I have made minor contributions to nixpkgs, but most of them were fixes or trivial changes. I'm also not very experienced with the nix language itself. |
I cannot step in immediately but I am interested into helping you @primeos on that subject. |
Hi there, thanks for your replies and sorry for my delayed response (the offers are a bit "vague" (understandably) so I wasn't sure what to say). I decided to open #213862 to track the issues/task so that the process of maintaining Chromium will hopefully become a bit more transparent. Feel free to drop comments there and you can also reach me via Matrix (@primeos:matrix.org). Are you still interested? If so, looking into #213862 (comment) might be a good first task as we still have approx. two months left to figure it out (but we shouldn't wait that long - 1-2 weeks would be much better). I'd probably do the following (in that order):
|
I'm still generally interested, but I am also perfectly fine just helping in diagnosing issues. |
cc @emilylange and @networkException based on #275459. How's the current situation looking? It seems like we could still need additional maintainers/help? Maybe @lorenz and @RaitoBezarius are still interested (they already helped me really well in the past)? I could offer to try to help with reviews / my knowledge from updating Chromium in the past (you could either ping me if necessary or keep me in I checked that Chromium remained roughly up-to-date while I was gone but didn't check if security updates (basically all Chromium updates) got merged in time (ASAP / < 24-48h as web browsers are super security sensitive/relevant) and if backports (to the stable NixOS release(s)) are working. Edit: There's also #213862. I opened that issue as an experiment but it proved to be quite useful for me to track and coordinate work and I like that it makes the process a bit more transparent / easier to follow along (everyone interested can simply subscribe to or unsubscribe from the issue at any point and one could link to major/relevant issues/PRs from there). I'd leave it up to you though to determine if you find such an approach helpful or not. |
I'm currently the main/only maintainer but I'm getting too slow to resolve build errors in time. Plus a bus factor of one is of course not good. The main task/challenge is to keep Chromium building. Minor changes to the Nix build expressions are regularly required to deal with new build regressions/failures. We have
chromiumBeta
andchromiumDev
in Nixpkgs so that we can fix build errors in advance (ideally at leastchromiumBeta
should build before it hits the stable channel - this is currently not the case: Chromium M107 will hit the stable channel tomorrow but the build is still broken: #195631).I've started documented everything relevant a while ago in https://github.com/NixOS/nixpkgs/tree/master/pkgs/applications/networking/browsers/chromium but I'll probably need to update some details that have changed in the meantime.
The main requirements for a Chromium maintainer are probably the following:
breakpointHook
, etc.))Chromium maintainers should ideally also be added to Google Chrome, ChromeDriver, and Ungoogled Chromium as those packages are heavily intertwined.
I'll try to keep maintaining Chromium for now but I'm already past schedule for M107 (#195631) and I'm not sure anymore for how much longer my motivation will suffice (I'll try to keep it up for a smooth transition though).
Feel free to ask questions (I might currently be a bit slow to respond though).
The text was updated successfully, but these errors were encountered: