From c24293ef0b9f24fdffa87bcc668f967520d2bb4c29ca0196ee36fb5edaca7f71 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 27 Sep 2021 06:23:56 +0000 Subject: [PATCH] - Temporarily switch off failing builds on aarch64 OBS-URL: https://build.opensuse.org/package/show/editors/neovim?expand=0&rev=96 --- neovim.changes | 5 +++++ neovim.spec | 2 ++ 2 files changed, 7 insertions(+) diff --git a/neovim.changes b/neovim.changes index 145df51..ec6a5aa 100644 --- a/neovim.changes +++ b/neovim.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 27 06:23:49 UTC 2021 - Matej Cepl + +- Temporarily switch off failing builds on aarch64 + ------------------------------------------------------------------- Mon Sep 27 00:14:44 UTC 2021 - Matej Cepl diff --git a/neovim.spec b/neovim.spec index e141ae9..932b19f 100644 --- a/neovim.spec +++ b/neovim.spec @@ -42,6 +42,8 @@ Summary: Vim-fork focused on extensibility and agility License: Apache-2.0 AND Vim Group: Productivity/Text/Editors URL: https://neovim.io/ +# Temporary measure before we can figure out what to do +ExcludeArch: aarch64 Source0: https://github.com/neovim/neovim/archive/v%{version}/%{name}-%{version}.tar.gz Source1: sysinit.vim Source2: spec-template