-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
[Backport release-24.11] rustPlatform.fetchCargoVendor: init #362288
Conversation
@ofborg build cargo-shuttle hieroglypic popsicle python312Packages.json-stream-rs-tokenizer |
tree_out_dir = out_dir / "git" / git_sha_rev | ||
eprint(f"Fetching {url}#{git_sha_rev} -> git/{git_sha_rev}") | ||
|
||
cmd = ["nix-prefetch-git", "--builder", "--quiet", "--url", url, "--rev", git_sha_rev, "--out", str(tree_out_dir)] |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
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.
nixpkgs-review
result
Generated using nixpkgs-review
.
Command: nixpkgs-review pr 362288
aarch64-linux
✅ 14 packages built:
- cargo-shuttle
- hieroglyphic
- mitmproxy2swagger
- mitmproxy2swagger.dist
- nixpkgs-manual
- popsicle
- python311Packages.json-stream
- python311Packages.json-stream-rs-tokenizer
- python311Packages.json-stream-rs-tokenizer.dist
- python311Packages.json-stream.dist
- python312Packages.json-stream
- python312Packages.json-stream-rs-tokenizer
- python312Packages.json-stream-rs-tokenizer.dist
- python312Packages.json-stream.dist
I don't have anything against backporting. |
(cherry picked from commit 374a1c5)
e43f76f
to
56125e2
Compare
Removed some fetchCargoVendor migration commits, they can be backported seperately if needed. |
|
(cherry picked from commit b859583)
|
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.
LGTM
Bot-based backport to
release-24.11
, triggered by a label in #349360.