diff --git a/deno.changes b/deno.changes index 9b4ea19..399b834 100644 --- a/deno.changes +++ b/deno.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Sun Nov 10 01:14:01 UTC 2024 - Soc Virnyl Estela + +- Limit to Rust tier 1 arches. + * I don't believe that we should eagerly take account + architectures that no one will use at home or during + development. + ------------------------------------------------------------------- Thu Nov 7 11:32:30 UTC 2024 - Soc Virnyl Estela diff --git a/deno.spec b/deno.spec index 5858dae..8d8951e 100644 --- a/deno.spec +++ b/deno.spec @@ -48,8 +48,7 @@ BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gthread-2.0) BuildRequires: pkgconfig(protobuf) -# deno does not build on 32-bit archs -ExclusiveArch: x86_64 aarch64 ppc64 ppc64le s390x +ExclusiveArch: %{rust_tier1_arches} # PATCH-FIX-OPENSUSE - Disable LTO (to reduce req memory) Patch10: deno-disable-lto.patch