-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
pciutils: build with dns query support #40796
Conversation
This enables `lspci -q` to look up unknown PCI IDs via DNS queries without needing the `update-pciids` script that the derivation doesn't include.
@GrahamcOfBorg build pciutils |
Success on x86_64-linux (full log) Attempted: pciutils Partial log (click to expand)
|
No attempt on x86_64-darwin (full log) The following builds were skipped because they don't evaluate on x86_64-darwin: pciutils Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: pciutils Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: pciutils Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: pciutils Partial log (click to expand)
|
This triggers 15k rebuilds. I think it should go to staging first. |
It's a pity that staging has become such a black hole this month. |
Success on x86_64-linux (full log) Attempted: pciutils Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: pciutils Partial log (click to expand)
|
Holy cow, it did not occur to me that this would result in a mass rebuild. Thanks for pointing that out, @vcunat. |
That wasn't me but Mic92 who (I presume) just looked at what the Borg automatically reported... |
ahem yes that. Thanks in general, all ye who are are better at paying attention to words than I am. |
This enables
lspci -q
to look up unknown PCI IDs via DNS querieswithout needing the
update-pciids
script that the derivation doesn'tinclude.
Things done
build-use-sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)