8000 relnotes: init at 0.1.2 by david-r-cox · Pull Request #277438 · NixOS/nixpkgs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

relnotes: init at 0.1.2 #277438

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

david-r-cox
Copy link
Member

Description of changes

Things done

  • Built on platform(s)
    • x86_64-linux
    • aarch64-linux
    • x86_64-darwin
    • aarch64-darwin
  • For non-Linux: Is sandboxing enabled in nix.conf? (See Nix manual)
    • sandbox = relaxed
    • sandbox = true
  • Tested, as applicable:
  • Tested compilation of all packages that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review rev HEAD". Note: all changes have to be committed, also see nixpkgs-review usage
  • Tested basic functionality of all binary files (usually in ./result/bin/)
  • 24.05 Release Notes (or backporting 23.05 and 23.11 Release notes)
    • (Package updates) Added a release notes entry if the change is major or breaking
    • (Module updates) Added a release notes entry if the change is significant
    • (Module addition) Added a release notes entry if adding a new NixOS module
  • Fits CONTRIBUTING.md.

Add a 👍 reaction to pull requests you find important.

@david-r-cox
Copy link
Member Author

Result of nixpkgs-review pr 277438 run on aarch64-darwin 1

1 package built:
  • relnotes

@david-r-cox david-r-cox force-pushed the relnotes branch 2 times, most recently from 066afc6 to 491c2ee Compare December 29, 2023 00:14
@david-r-cox david-r-cox marked this pull request as draft December 29, 2023 02:40
@ofborg ofborg bot added 8.has: package (new) This PR adds a new package 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. labels Dec 29, 2023
@david-r-cox
Copy link
Member Author

x86_64-linux fails with sfackler/rust-openssl#1663

@david-r-cox david-r-cox marked this pull request as ready for review June 9, 2024 21:25
@ofborg ofborg bot added 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. and removed 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. labels Aug 9, 2024
@wegank wegank added the 12.approvals: 1 This PR was reviewed and approved by one person. label Sep 8, 2024
@Aleksanaa
Copy link
Member

@ofborg build relnotes

@wegank wegank added 12.approvals: 2 This PR was reviewed and approved by two persons. and removed 12.approvals: 1 This PR was reviewed and approved by one person. labels Oct 29, 2024
Comment on lines +26 to +28
buildInputs =
lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ]
++ lib.optionals stdenv.isLinux [ (lib.getDev openssl) ];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
buildInputs =
lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.Security ]
++ lib.optionals stdenv.isLinux [ (lib.getDev openssl) ];
buildInputs = lib.optionals stdenv.hostPlatform.isLinux [ (lib.getDev openssl) ];

I think the Darwin stuff is included automatically by now.

@wegank wegank added 12.approvals: 3+ This PR was reviewed and approved by three or more persons. and removed 12.approvals: 2 This PR was reviewed and approved by two persons. labels Dec 5, 2024
@wolfgangwalther
Copy link
Contributor

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 277438


x86_64-darwin

✅ 1 package built:
  • relnotes

aarch64-darwin

✅ 1 package built:
  • relnotes

];
mainProgram = "relnotes";
maintainers = with lib.maintainers; [ david-r-cox ];
platforms = lib.platforms.darwin;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be more than just darwin?

Otherwise the conditional above for linux/darwin buildInputs doesn't make much sense to me.

Suggested change
platforms = lib.platforms.darwin;
platforms = lib.platforms.unix;

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Linux failed due to sfackler/rust-openssl#1663

Probably better to set platforms as unix and mark linux as broken.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I see #277438 (comment), so maybe make the platforms unix and mark the package as broken for linux instead?

@@ -0,0 +1,46 @@
{
darwin,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Currently we use Apple SDK.
Try to remove references to Darwin on the code.

@wegank wegank added 12.approvals: 1 This PR was reviewed and approved by one person. and removed 12.approvals: 3+ This PR was reviewed and approved by three or more persons. labels Dec 15, 2024
@phanirithvij

This comment was marked as duplicate.

@nixpkgs-ci nixpkgs-ci bot added 12.approvals: 3+ This PR was reviewed and approved by three or more persons. and removed 12.approvals: 1 This PR was reviewed and approved by one person. labels Jun 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.has: package (new) This PR adds a new package 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-darwin: 1 This PR causes 1 package to rebuild on Darwin. 10.rebuild-linux: 0 This PR does not cause any packages to rebuild on Linux. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 12.approvals: 3+ This PR was reviewed and approved by three or more persons.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants
0