Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

A few misc BSD related cleanups #320840

Merged
merged 3 commits into from
Jun 18, 2024
Merged

Conversation

Ericson2314
Copy link
Member

Description of changes

See each commit for details

Things done

Cross compiled hello to each BSD.

  • 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.11 Release Notes (or backporting 23.11 and 24.05 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.

@ofborg ofborg bot added the 6.topic: bsd Running or building packages on BSD label Jun 18, 2024
@github-actions github-actions bot added the 6.topic: lib The Nixpkgs function library label Jun 18, 2024
It is less mature than the other two, but we are in the process of
making it better, and caching helps.
The big `fetchCVS` is slow, but a one-time cost. Everything else is much
faster, and not having to manage a gazillion `version` and `sha256`
fields is much easier.

This brings NetBSD in line with how we do FreeBSD and OpenBSD.
Copy link
Contributor

@rhelmot rhelmot left a comment

Choose a reason for hiding this comment

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

All of the changes seem to fall into one of two categories:

  • new features (to my eye, implemented thoughtfully and maintainably, in many cases copied from the heavily-reviewed FreeBSD code)
  • one-to-one changes to take advantage of those new features, and additions/removals of dependencies to match new needs

lgtm!

@Ericson2314 Ericson2314 merged commit f183a68 into NixOS:master Jun 18, 2024
23 checks passed
@Ericson2314 Ericson2314 deleted the bsd-misc branch June 18, 2024 19:25
@Ericson2314 Ericson2314 added the backport release-24.05 Backport PR automatically label Jun 21, 2024
Copy link
Contributor

Successfully created backport PR for release-24.05:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.topic: bsd Running or building packages on BSD 6.topic: lib The Nixpkgs function library 10.rebuild-darwin: 101-500 10.rebuild-linux: 1-10 backport release-24.05 Backport PR automatically
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants