linux_testing_bcachefs,bcachefs-tools: 2019-04-04 (#58296)
linux_testing_bcachefs,bcachefs-tools: 2019-04-04
This commit is contained in:
commit
e8c2633bc1
|
@ -1,17 +1,26 @@
|
|||
{ stdenv, buildPackages, fetchgit, perl, buildLinux, ... } @ args:
|
||||
{ stdenv, buildPackages, fetchgit, fetchpatch, perl, buildLinux, ... } @ args:
|
||||
|
||||
buildLinux (args // rec {
|
||||
version = "4.20.2019.03.13";
|
||||
modDirVersion = "4.20.0";
|
||||
version = "5.0.2019.04.04";
|
||||
modDirVersion = "5.0.0";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://evilpiepirate.org/git/bcachefs.git";
|
||||
rev = "986543d24e08a0c0308472403b230d546e7ecbbb";
|
||||
sha256 = "07h9l47wijhlx3xnyxnj8kv1zb9yf2x0gag8n606yq6wn9r523hv";
|
||||
rev = "d83b992f653d9f742f3f8567dbcfd1f4f72e858f";
|
||||
sha256 = "17xipjhkl4arshyj3riwq4pgl2qqcnlfhaga77a430wy22s7plh2";
|
||||
};
|
||||
|
||||
extraConfig = "BCACHEFS_FS m";
|
||||
|
||||
kernelPatches = [
|
||||
{ name = "export-bio_iov_iter_get_pages";
|
||||
patch = fetchpatch {
|
||||
name = "export-bio_iov_iter_get_pages.patch";
|
||||
url = "https://evilpiepirate.org/git/bcachefs.git/patch/?id=bd8be01aa04eb9cc33fcdce89ac6e0fac0ae0fcf";
|
||||
sha256 = "0h5z98krx8077wwhiqp3bwc1h4nwnifxsn8mpxr2lcxnqmky3hz0";
|
||||
}; }
|
||||
];
|
||||
|
||||
extraMeta = {
|
||||
branch = "master";
|
||||
hydraPlatforms = []; # Should the testing kernels ever be built on Hydra?
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "bcachefs-tools";
|
||||
version = "2019-03-13";
|
||||
version = "2019-04-04";
|
||||
|
||||
src = fetchgit {
|
||||
url = "https://evilpiepirate.org/git/bcachefs-tools.git";
|
||||
rev = "0894d547501fb9306ae7b1c669b66a7b49fb2205";
|
||||
sha256 = "1vwzwag413kzlij2f1hw1b8g592m40dr03zwkc8k5snbl4daiwr6";
|
||||
rev = "d13bbb2955f899f10be4ab315ad229d2951fdcda";
|
||||
sha256 = "0cjy12qjd572sbg8h4i18fn001p6a6ahc4ljwids58nv83q99ll3";
|
||||
};
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
|
Loading…
Reference in New Issue