-
-
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: Fix the chromedriver version #251760
Conversation
Chromium was updated to M116 but the ChromeDriver version wasn't.
@networkException thanks for the Chromium updates! :) I noticed that ChromeDriver didn't get updated though - did you maybe manually create the commits and forgot to include this part/hunk (because #247128 is working fine for me)? |
I felt unsure about also bumping chromedriver since it isn't compiled from source like chromium and since there don't appear to be tests for it (I might have missed something) |
Ok, for the future: Feel free to ask such questions then ;) Anyway, AFAIK we do indeed lack ChromeDriver tests in Nixpkgs. I never ran any manual tests and that should be fine (not ideal but if it becomes an issue then some users should step up and write tests and/or become ChromeDriver maintainers). I'm not sure if updating it caused any issues since I've handled them but not updating it does cause issues as the ChromeDriver version must match the Chromium version. So please just include it in the commit next time. |
Will do!
I mean thats totally fine, I feel somewhat comfortable bumping the stable / ungoogled channel for the usual security updates at this point. That said I'm definitely not quite as knowledgeable about the nixpkgs setup yet and would probably need help in more complicated scenarios.
Well I honestly never quite intended to maintain ungoogled-chromium either, I just wanted updates for my Arch install back then :^)
Very understandable, just maintaining ungoogled-chromium itself is pretty demanding (sifting through hundreds of mails after a few days of inactivity). I think I found my corner with chromium maintenance here though and I will (at least) try to limit myself to chromium and chromium related packages to keep the workload somewhat sane. As said in the beginning I will definitely keep the packages up to date and in the longer term also look into improving tooling, tests, etc. |
Successfully created backport PR for |
Chromium was updated to M116 but the ChromeDriver version wasn't.
Description of changes
Things done
sandbox = true
set innix.conf
? (See Nix manual)nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)