mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
ci/eval: don't evaluate packages marked as broken (#409867)
This commit is contained in:
commit
ea2ba8b5c1
2 changed files with 4 additions and 2 deletions
|
@ -73,7 +73,9 @@ let
|
|||
# The number of attributes per chunk, see ./README.md for more info.
|
||||
chunkSize,
|
||||
checkMeta ? true,
|
||||
includeBroken ? true,
|
||||
|
||||
# Don't try to eval packages marked as broken.
|
||||
includeBroken ? false,
|
||||
# Whether to just evaluate a single chunk for quick testing
|
||||
quickTest ? false,
|
||||
}:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue