-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
maturin: 1.7.4 -> 1.7.5 #359505
maturin: 1.7.4 -> 1.7.5 #359505
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.
Rebuilt uv
on nixos-unstable
let
overlay = final: _: { maturin = final.callPackage ./pkgs/by-name/ma/maturin/package.nix { }; };
pkgs = import <nixpkgs> {
system = builtins.currentSystem;
config = { };
overlays = [ overlay ];
};
in
pkgs.uv
4559e6d
to
4303f69
Compare
4303f69
to
4559e6d
Compare
Rolled back to just
|
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.
Carrying over my review
Looks like |
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.
Hopefully upstream will get these issues sorted out next release
(cherry picked from commit 477a7db)
Successfully created backport PR for |
maturin: 1.7.4 -> 1.7.5 (#359505) (cherry picked from commit 477a7db) Co-authored-by: Sergei Trofimovich <[email protected]>
Changes:
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.