-
-
Notifications
You must be signed in to change notification settings - Fork 14.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
nix-index: 0.1.2 -> unstable-2022-03-07 #153229
Conversation
Hm, it seems that latest master fails on Linux. @bennofs any ideas? https://logs.nix.ci/?key=nixos/nixpkgs.153229&attempt_id=43162d0a-ab06-4676-a7e0-38be8975c576 |
I checked the PR on my x86_64-darwin and there nix-index failes also. |
Commit aa2e4fce3938d21bd7bf11c53c15ade1060bd1ae works for me on x86_64-darwin (and CI seems to agree: https://github.com/NixOS/nixpkgs/pull/153229/checks?check_run_id=4685494070) |
Okay will double check maybe something is broken on my side! Sry |
Result of 2 packages built:
|
Just as on the CI, this currently fails to build for me. It looks like the example in the comment in |
Should be fixed now: nix-community/nix-index@9fc9441. @prusnak can you update this to the latest master? (we really need an update now nix-community/nix-index#179) |
Updated and force pushed. Ready for review. |
Result of 3 packages built:
|
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.
Builds fine runs fine, let's wait for CI
}; | ||
|
||
cargoSha256 = "161lz96a52s53rhhkxxhcg41bsmh8w6rv6nl8gwqmg3biszy7hah"; | ||
cargoSha256 = "sha256-2Yhnacsx8EWsfZfcfKhV687cblyFDmsfdqGZoK6Lulo="; | ||
|
||
nativeBuildInputs = [ pkg-config ]; | ||
buildInputs = [ openssl curl ] |
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.
Can we activate tests all the time now?
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.
Good find! Addressed in c9f623a
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.
yay
Motivation for this change
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/
)nixos/doc/manual/md-to-db.sh
to update generated release notes