Revert "cross-x86_64-w64-mingw32: broken on musl for now"
This reverts commit1c53c2c3ff
. Partially Revert "cross-x86_64-w64-mingw32: disable building mingw32ucrt on musl builder" This partially reverts commit00faf47d1c
.
This commit is contained in:
parent
172a6e2795
commit
be059429e6
|
@ -53,13 +53,7 @@ nostrip_files="libgcc.a libgcc_eh.a libgcc_s.a libgcov.a
|
||||||
|
|
||||||
build_options="ucrt"
|
build_options="ucrt"
|
||||||
desc_option_ucrt="Build mingw32ucrt compiler"
|
desc_option_ucrt="Build mingw32ucrt compiler"
|
||||||
if [ "${XBPS_TARGET_MACHINE}" != "x86_64-musl" ]; then
|
build_options_default="ucrt"
|
||||||
# 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"
|
subpackages="cross-x86_64-w64-mingw32-crt cross-i686-w64-mingw32 cross-i686-w64-mingw32-crt"
|
||||||
if [ "$build_option_ucrt" ]; then
|
if [ "$build_option_ucrt" ]; then
|
||||||
|
|
Loading…
Reference in New Issue