kmod: drop darwin support#182714
Merged
SuperSandro2000 merged 1 commit intoNixOS:stagingfrom Jul 26, 2022
Merged
Conversation
Contributor
Author
|
The patch applies and builds on linux, but it's not enough to make it build on darwin :(: |
13 tasks
Contributor
Author
|
Removing @matthewbauer as an author of 7a2c07d WDYT of dropping |
cdd5769 to
ded08ef
Compare
commit 7a2c07d "kmod: enable on darwin" added darwin support mostly for `depmod` to be able to build `linux` kernel on `darwin`. In version 30 kmod requires more and more linux syscalls to build. Instead of patching it for darwin let's drop it's support instead. Maybe `depmod` could be packaged using some other way if needed. Related: NixOS#182720 removed `kmod` use on `darwin` from rare packages that still pulled it in.
Contributor
Author
|
Changed to |
fpletz
approved these changes
Jul 26, 2022
Member
|
I wonder why it's marked with so many rebuilds. If that's a mistake, perhaps target at |
Member
|
Maybe someone could wrap this up on Darwin, just like the |
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
commit 7a2c07d "kmod: enable on darwin" added darwin
support mostly for
depmodto be able to buildlinuxkernelon
darwin.In version 30 kmod requires more and more linux syscalls to build.
Instead of patching it for darwin let's drop it's support instead.
Maybe
depmodcould be packaged using some other way if needed.Related: #182720 removed
kmoduse ondarwinfrom rare packages that still pulled it in.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