We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently Ofborg skips all of passthru.tests if at least one of them declares unknown requiredSystemFeatures. Instead Ofborg could filter out the unsupported tests and build the rest. Use-case: this would help avoiding custom attributes like gpuChecks in the following example, https://github.com/NixOS/nixpkgs/blob/24833cd162babe2c4d50b910d439d714fa8897d2/pkgs/development/python-modules/gpuctypes/default.nix#L88-L112
passthru.tests
requiredSystemFeatures
gpuChecks
The text was updated successfully, but these errors were encountered:
Apparently this is also an issue for unfree tests: https://logs.ofborg.org/?key=nixos/nixpkgs.256230&attempt_id=15fe1427-f73b-4e06-a084-11cd77b929e4
Sorry, something went wrong.
No branches or pull requests
Currently Ofborg skips all of
passthru.tests
if at least one of them declares unknownrequiredSystemFeatures
. Instead Ofborg could filter out the unsupported tests and build the rest. Use-case: this would help avoiding custom attributes likegpuChecks
in the following example, https://github.com/NixOS/nixpkgs/blob/24833cd162babe2c4d50b910d439d714fa8897d2/pkgs/development/python-modules/gpuctypes/default.nix#L88-L112The text was updated successfully, but these errors were encountered: