From b569cd74b60e0884c06c2e2ac412acea8245f9f8 Mon Sep 17 00:00:00 2001 From: Maksim Bondarenkov Date: Thu, 14 Nov 2024 21:26:39 +0300 Subject: [PATCH] zed: disable CLANGARM64 turns out ring v0.16.20 is pulled indirectly at build (zed-industries/zed#19739) and even after manual update it fails at runtime (zed-industries/zed#17374) --- mingw-w64-zed/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-zed/PKGBUILD b/mingw-w64-zed/PKGBUILD index a0f143ae89..b90641268e 100644 --- a/mingw-w64-zed/PKGBUILD +++ b/mingw-w64-zed/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.161.2 pkgrel=1 pkgdesc="A high-performance, multiplayer code editor (mingw-w64)" arch=('any') -mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') +mingw_arch=('mingw64' 'ucrt64' 'clang64') url='https://zed.dev' msys2_repository_url='https://github.com/zed-industries/zed' msys2_documentation_url='https://zed.dev/docs'