goPackages: comment on kagome about no parallel build
This commit is contained in:
parent
4d68077528
commit
77f8f35d57
@ -1951,8 +1951,12 @@ let
|
|||||||
owner = "ikawaha";
|
owner = "ikawaha";
|
||||||
repo = "kagome";
|
repo = "kagome";
|
||||||
sha256 = "1isnjdkn9hnrkp5g37p2k5bbsrx0ma32v3icwlmwwyc5mppa4blb";
|
sha256 = "1isnjdkn9hnrkp5g37p2k5bbsrx0ma32v3icwlmwwyc5mppa4blb";
|
||||||
|
|
||||||
|
# I disable the parallel building, because otherwise each
|
||||||
|
# spawned compile takes over 1.5GB of RAM.
|
||||||
buildFlags = "-p 1";
|
buildFlags = "-p 1";
|
||||||
enableParallelBuilding = false;
|
enableParallelBuilding = false;
|
||||||
|
|
||||||
goPackagePath = "github.com/ikawaha/kagome";
|
goPackagePath = "github.com/ikawaha/kagome";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user