ignore rdeps: mingw-w64-zig
This commit is contained in:
parent
aea50264e2
commit
4cc7035246
@ -74,7 +74,8 @@ class Config:
|
|||||||
IGNORE_RDEP_PACKAGES: List[str] = [
|
IGNORE_RDEP_PACKAGES: List[str] = [
|
||||||
"mingw-w64-mlpack",
|
"mingw-w64-mlpack",
|
||||||
'mingw-w64-qt5-static',
|
'mingw-w64-qt5-static',
|
||||||
'mingw-w64-qt6-static'
|
'mingw-w64-qt6-static',
|
||||||
|
'mingw-w64-zig',
|
||||||
]
|
]
|
||||||
"""XXX: These would in theory block rdeps, but no one fixed them, so we ignore them"""
|
"""XXX: These would in theory block rdeps, but no one fixed them, so we ignore them"""
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user