-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
linux_testing_bcachefs: 4.15.2018.04.14 -> 4.15.2018.08.03 #44533
Conversation
I, of course, tried adding bison and ensuring it's in the build inputs. |
It would seem that somehow |
@@ -1,22 +1,21 @@ | |||
{ stdenv, buildPackages, hostPlatform, fetchgit, perl, buildLinux, ... } @ args: | |||
|
|||
buildLinux (args // rec { | |||
version = "4.15.2018.04.14"; | |||
version = "4.15.2018.08.03"; | |||
modDirVersion = "4.15.0"; |
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.
Looking at the buildLinux
expression in https://github.com/NixOS/nixpkgs/blob/master/pkgs/os-specific/linux/kernel/generic.nix#L94, it adds bison for 4.16er kernels. Is it the case that the kernel version was rebased to a 4.16er kernel?
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.
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.
How strange. I guess he didn't update the tag.
Okay, everything appears to work now. |
@GrahamcOfBorg build bcachefs-tools |
No attempt on x86_64-darwin (full log) The following builds were skipped because they don't evaluate on x86_64-darwin: bcachefs-tools Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: bcachefs-tools Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: bcachefs-tools Partial log (click to expand)
|
Checked build of |
Motivation for this change
Version bump, as requested by @Mic92 .
While
bcachefs-tools
compiles, fine, there's a problem with the kernel module that I'm not sure how to fix.I also did a bit of a restructure.
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)