treewide: pin failing packages to openssl_1_1#190667
Merged
vcunat merged 46 commits intoNixOS:staging-nextfrom Sep 12, 2022
Merged
treewide: pin failing packages to openssl_1_1#190667vcunat merged 46 commits intoNixOS:staging-nextfrom
vcunat merged 46 commits intoNixOS:staging-nextfrom
Conversation
SuperSandro2000
approved these changes
Sep 10, 2022
98a90fc to
f232aa0
Compare
83f3977 to
f5c1935
Compare
Member
Author
|
@ofborg build espanso |
Member
|
I didn't think I'd missed quite that many packages… sorry. Thanks for taking care of this. |
9b7ec2a to
8f319d1
Compare
0f52b5d to
73b8ced
Compare
Member
Author
No problem, don't worry :) |
Member
Author
|
I tried to fix as many packages as possible by pinning openssl to 1.1 on the I will stop here with my PR, because there are too many packages (45). I propose that we do a review of all this, merge, and see the result on Hydra in a few days. |
73b8ced to
4d31682
Compare
qbit
approved these changes
Sep 11, 2022
Contributor
qbit
left a comment
There was a problem hiding this comment.
perl534Packages.ZonemasterLDNS seems fine with this!
4d31682 to
782138c
Compare
Member
|
Result of 2 packages marked as broken and skipped:
3 packages failed to build:
53 packages built:
|
Member
diff --git a/pkgs/development/compilers/mrustc/bootstrap.nix b/pkgs/development/compilers/mrustc/bootstrap.nix
index 85b328848b1..70249fed66b 100644
--- a/pkgs/development/compilers/mrustc/bootstrap.nix
+++ b/pkgs/development/compilers/mrustc/bootstrap.nix
@@ -71,7 +71,7 @@ stdenv.mkDerivation rec {
# for rustc
llvm_7 libffi zlib libxml2
# for cargo
- openssl curl
+ openssl (curl.override { inherit openssl; })
];
makeFlags = [should fix |
Member
Author
|
@ofborg build cargo-raze mrustc-bootstrap tremor-rs |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes
Pin to openssl_1_1 the following packages on staging-next PR:
Fix the failing build in staging-next PR: #188284
Things done
sandbox = trueset 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.shto update generated release notes