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
This commit is contained in:
parent
a8c6c8aa52
commit
62177a1ba7
@ -1,10 +1,10 @@
|
||||
<constraints>
|
||||
<hardware>
|
||||
<memoryperjob>
|
||||
<size unit="G">4</size>
|
||||
</memoryperjob>
|
||||
<memory>
|
||||
<size unit="G">16</size>
|
||||
</memory>
|
||||
<disk>
|
||||
<size unit="G">30</size>
|
||||
<size unit="G">35</size>
|
||||
</disk>
|
||||
</hardware>
|
||||
</constraints>
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 4 15:40:41 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>
|
||||
|
||||
- Update constraints to build on more workers (especially for aarch64)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 2 16:34:04 UTC 2024 - Eyad Issa <eyadlorenzo@gmail.com>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user