-
-
Notifications
You must be signed in to change notification settings - Fork 14.7k
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
cryfs: 0.11.4 -> 1.0.1 #372862
base: master
Are you sure you want to change the base?
cryfs: 0.11.4 -> 1.0.1 #372862
Conversation
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.
Please split the refactor and the actual update in two commits.
@@ -64,13 +63,11 @@ stdenv.mkDerivation rec { | |||
spdlog | |||
] ++ lib.optional stdenv.cc.isClang llvmPackages.openmp; | |||
|
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.
buildInputs = [ gtest ]; |
Did you manage to build this on Linux? CMake errors out with a missing gtest
error.
"-DDEPENDENCY_CONFIG='../cmake-utils/DependenciesFromLocalSystem.cmake'" | ||
"-DCRYFS_UPDATE_CHECKS:BOOL=FALSE" | ||
"-DBoost_USE_STATIC_LIBS:BOOL=FALSE" # this option is case sensitive | ||
"-DBUILD_TESTING:BOOL=${if doCheck then "TRUE" else "FALSE"}" | ||
"-DBUILD_TESTING:BOOL=${if finalAttrs.doCheck then "TRUE" else "FALSE"}" |
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.
I think this can be written a lot more cleanly with the lib.cmake*
function family.
Closes #372761
Changelog: https://github.com/cryfs/cryfs/releases/tag/1.0.1
Diff: cryfs/cryfs@0.11.4...1.0.1
Things done
nix.conf
? (See Nix manual)sandbox = relaxed
sandbox = true
nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD"
. Note: all changes have to be committed, also see nixpkgs-review usage./result/bin/
)Add a 👍 reaction to pull requests you find important.