mark clang32 as wip for now

This commit is contained in:
Christoph Reiter 2021-06-24 06:42:50 +02:00
parent d20d37a631
commit 4a2b2ad7b0

View File

@ -173,7 +173,7 @@ IGNORE_RDEP_PACKAGES: List[str] = [
] ]
# We can't build this easily, so don't make it block other things # We can't build this easily, so don't make it block other things
BUILD_TYPES_WIP: List[str] = ["clangarm64"] BUILD_TYPES_WIP: List[str] = ["clangarm64", "clang32"]
REPO = "msys2/msys2-autobuild" REPO = "msys2/msys2-autobuild"