From 1c53c2c3ff9658c9ed0135ae3450ded0e6caf5b6 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 9 Oct 2024 11:37:42 -0400 Subject: [PATCH] cross-x86_64-w64-mingw32: broken on musl for now --- srcpkgs/cross-x86_64-w64-mingw32/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/cross-x86_64-w64-mingw32/template b/srcpkgs/cross-x86_64-w64-mingw32/template index 6044f544d67..652164340b2 100644 --- a/srcpkgs/cross-x86_64-w64-mingw32/template +++ b/srcpkgs/cross-x86_64-w64-mingw32/template @@ -57,6 +57,8 @@ if [ "${XBPS_TARGET_MACHINE}" != "x86_64-musl" ]; then # Temporary workaround for out of storage on builder: # https://build.voidlinux.org/api/v2/logs/11214/raw_inline build_options_default="ucrt" +else + broken="https://build.voidlinux.org/#/builders/5/builds/127" fi subpackages="cross-x86_64-w64-mingw32-crt cross-i686-w64-mingw32 cross-i686-w64-mingw32-crt"