-
-
Notifications
You must be signed in to change notification settings - Fork 14.1k
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
libgudev: 237 → 238 #241939
libgudev: 237 → 238 #241939
Conversation
libgudev is needed for an optional test but it itself relies on umockdev for testing.
@@ -81,12 +84,25 @@ stdenv.mkDerivation rec { | |||
ln -s "$PWD/libumockdev-preload.so.0" "$out/lib/libumockdev-preload.so.0" | |||
''; | |||
|
|||
passthru = { | |||
# libgudev is needed for an optional test but it itself relies on umockdev for testing. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hooh, interesting bootstrapping problem :-D But LGTM 👍
Didn't check if it builds. |
After Arch updated to 238 Steam is failing to launch for some users, this was found to not be a libgudev issue but a Steam one. Figured it might be worth noting here just in case Steam doesn't fix the issue before this is set to land. Steam issue for the bug here: ValveSoftware/steam-for-linux#9805 |
Reading the upstream issue, it is a clash between system and steam-runtime libgudev. Our |
Bisect says commit eafa5c9
|
Ugh, we noticed there were some flaky tests in #241586 (comment) but did not bump it because it required libgudev 238. I guess it is safe to bump now, opened #243217 |
Description of changes
cc @flokli for umockdev 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/
)