From 52a0f4e32b3d5f22defaa4b71c8bea90789e7a96 Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Thu, 27 Oct 2022 11:41:24 +0200 Subject: [PATCH] arm-none-eabi-gcc: drop mingw32 this package times out in CI and takes ages to build locally, so limit the targets we build for. --- mingw-w64-arm-none-eabi-gcc/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-arm-none-eabi-gcc/PKGBUILD b/mingw-w64-arm-none-eabi-gcc/PKGBUILD index 14f77e3ff5..f66e2373b4 100644 --- a/mingw-w64-arm-none-eabi-gcc/PKGBUILD +++ b/mingw-w64-arm-none-eabi-gcc/PKGBUILD @@ -13,7 +13,7 @@ pkgver=12.2.0 pkgrel=1 pkgdesc='GNU Tools for ARM Embedded Processors - GCC (mingw-w64)' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw64' 'ucrt64' 'clang64') license=('GPL') url='https://www.gnu.org/software/gcc/gcc.html' groups=("${MINGW_PACKAGE_PREFIX}-${_target}-toolchain")