mirror of
https://github.com/ryantm/nixpkgs-update.git
synced 2024-12-12 00:35:10 +03:00
skiplist: add package sets that cause duplicate PRs
This commit is contained in:
parent
fbd0e11cae
commit
e879b3666b
@ -90,7 +90,17 @@ attrPathList =
|
|||||||
eq "klee" "update repeatedly exceeded the 6h timeout",
|
eq "klee" "update repeatedly exceeded the 6h timeout",
|
||||||
regex
|
regex
|
||||||
(string "python" *> few (psym isDigit) *> string "Packages.mmengine")
|
(string "python" *> few (psym isDigit) *> string "Packages.mmengine")
|
||||||
"takes way too long to build"
|
"takes way too long to build",
|
||||||
|
prefix
|
||||||
|
"linuxKernel"
|
||||||
|
"creates too many duplicate PRs",
|
||||||
|
prefix
|
||||||
|
"postgresql"
|
||||||
|
"creates too many duplicate PRs",
|
||||||
|
prefix
|
||||||
|
-- bump this when the default version is changed
|
||||||
|
"python312Packages"
|
||||||
|
"isn't the default python version"
|
||||||
]
|
]
|
||||||
|
|
||||||
nameList :: Skiplist
|
nameList :: Skiplist
|
||||||
|
Loading…
Reference in New Issue
Block a user