Skip to content

Commit

Permalink
config: clean up manual build and ignore rdep lists
Browse files Browse the repository at this point in the history
those packages eiher no longer exist, or should proably build now
that the CI runners are faster.
  • Loading branch information
lazka committed May 20, 2024
1 parent ea14910 commit 63ea658
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions msys2_autobuild/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,10 @@ class Config:
"""Maximum jobs for each build type. Default is no limit."""

MANUAL_BUILD: List[Tuple[str, List[BuildType]]] = [
('mingw-w64-firebird-git', []),
('mingw-w64-arm-none-eabi-gcc', []),
]
"""Packages that take too long to build, or can't be build and should be handled manually"""

IGNORE_RDEP_PACKAGES: List[str] = [
'mingw-w64-qt5-static',
'mingw-w64-zig',
]
"""XXX: These would in theory block rdeps, but no one fixed them, so we ignore them"""

Expand Down

0 comments on commit 63ea658

Please sign in to comment.