- 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.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:javascript/deno?expand=0&rev=230
This commit is contained in:
Soc Virnyl Estela 2024-11-10 01:14:59 +00:00 committed by Git OBS Bridge
parent b76d2cd13d
commit 94b79cc81f
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sun Nov 10 01:14:01 UTC 2024 - Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- 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 <uncomfyhalomacro@opensuse.org>

View File

@ -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