From 62177a1ba79301662b30f4a93dca1dfa47c63660e0f135ddfca863d3b351a026 Mon Sep 17 00:00:00 2001 From: Eyad Issa Date: Thu, 4 Apr 2024 17:29:34 +0000 Subject: [PATCH] Accepting request 1164986 from home:Guillaume_G:branches:network - Update constraints to build on more workers (especially for aarch64) OBS-URL: https://build.opensuse.org/request/show/1164986 OBS-URL: https://build.opensuse.org/package/show/network/arti?expand=0&rev=16 --- _constraints | 8 ++++---- arti.changes | 5 +++++ arti.spec | 2 ++ 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/_constraints b/_constraints index a367e98..ceffc91 100644 --- a/_constraints +++ b/_constraints @@ -1,10 +1,10 @@ - - 4 - + + 16 + - 30 + 35 diff --git a/arti.changes b/arti.changes index 9faeba0..7860e5c 100644 --- a/arti.changes +++ b/arti.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 4 15:40:41 UTC 2024 - Guillaume GARDET + +- Update constraints to build on more workers (especially for aarch64) + ------------------------------------------------------------------- Tue Apr 2 16:34:04 UTC 2024 - Eyad Issa diff --git a/arti.spec b/arti.spec index a530208..681c187 100644 --- a/arti.spec +++ b/arti.spec @@ -25,6 +25,7 @@ URL: https://gitlab.torproject.org/tpo/core/arti Source0: %{name}-%{version}.tar Source1: vendor.tar.zst BuildRequires: cargo-packaging +BuildRequires: memory-constraints BuildRequires: pkgconfig BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(sqlite3) @@ -37,6 +38,7 @@ An implementation of Tor, in Rust %autosetup -p1 -a1 %build +%limit_build -m 4100 %{cargo_build} %install