From 1b4e00e505b0c9ba661975d1f402dd930e7d3aa7 Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 4 Oct 2022 23:40:42 +0000 Subject: [PATCH] arti: restrict archs --- srcpkgs/arti/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/arti/template b/srcpkgs/arti/template index 0705b6d938b..94eb4226450 100644 --- a/srcpkgs/arti/template +++ b/srcpkgs/arti/template @@ -2,6 +2,7 @@ pkgname=arti version=1.0.1 revision=1 +archs="x86_64* i686* aarch64* arm*" # ring wrksrc="arti-arti-v${version}" build_style=cargo make_check_args="-- --skip internal::test::internal_macro_test" # fails with --release builds