Accepting request 765285 from home:dimstar:Factory
- Adjust constraints: Request 20GB HDD for all archs. Simplify the file by removing the overrides for various disk sizes. All archs are curretnly at roughly 17GB storage in use. OBS-URL: https://build.opensuse.org/request/show/765285 OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust?expand=0&rev=241
This commit is contained in:
parent
086b65c695
commit
6c0a9c7183
24
_constraints
24
_constraints
@ -6,7 +6,7 @@
|
|||||||
<size unit="G">8</size>
|
<size unit="G">8</size>
|
||||||
</memory>
|
</memory>
|
||||||
<disk>
|
<disk>
|
||||||
<size unit="G">60</size>
|
<size unit="G">20</size>
|
||||||
</disk>
|
</disk>
|
||||||
</hardware>
|
</hardware>
|
||||||
<!-- i586, armv6 and armv7 tend to run out of memory during builds -->
|
<!-- i586, armv6 and armv7 tend to run out of memory during builds -->
|
||||||
@ -22,9 +22,6 @@
|
|||||||
<physicalmemory>
|
<physicalmemory>
|
||||||
<size unit="G">4</size>
|
<size unit="G">4</size>
|
||||||
</physicalmemory>
|
</physicalmemory>
|
||||||
<disk>
|
|
||||||
<size unit="G">15</size>
|
|
||||||
</disk>
|
|
||||||
</hardware>
|
</hardware>
|
||||||
</overwrite>
|
</overwrite>
|
||||||
<!-- x86_64 to use physical memory to speed builds up -->
|
<!-- x86_64 to use physical memory to speed builds up -->
|
||||||
@ -36,9 +33,6 @@
|
|||||||
<physicalmemory>
|
<physicalmemory>
|
||||||
<size unit="G">8</size>
|
<size unit="G">8</size>
|
||||||
</physicalmemory>
|
</physicalmemory>
|
||||||
<disk>
|
|
||||||
<size unit="G">50</size>
|
|
||||||
</disk>
|
|
||||||
</hardware>
|
</hardware>
|
||||||
</overwrite>
|
</overwrite>
|
||||||
<!-- aarch64 is a time consuming build, try to use RAM -->
|
<!-- aarch64 is a time consuming build, try to use RAM -->
|
||||||
@ -50,22 +44,6 @@
|
|||||||
<physicalmemory>
|
<physicalmemory>
|
||||||
<size unit="G">8</size>
|
<size unit="G">8</size>
|
||||||
</physicalmemory>
|
</physicalmemory>
|
||||||
<disk>
|
|
||||||
<size unit="G">10</size>
|
|
||||||
</disk>
|
|
||||||
</hardware>
|
|
||||||
</overwrite>
|
|
||||||
<!-- 25GB of disk as 60GB is unavailable (and unrequired) on s390x and ppc64 -->
|
|
||||||
<overwrite>
|
|
||||||
<conditions>
|
|
||||||
<arch>s390x</arch>
|
|
||||||
<arch>ppc64</arch>
|
|
||||||
<arch>ppc64le</arch>
|
|
||||||
</conditions>
|
|
||||||
<hardware>
|
|
||||||
<disk>
|
|
||||||
<size unit="G">25</size>
|
|
||||||
</disk>
|
|
||||||
</hardware>
|
</hardware>
|
||||||
</overwrite>
|
</overwrite>
|
||||||
</constraints>
|
</constraints>
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 17 11:04:12 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Adjust constraints: Request 20GB HDD for all archs. Simplify the
|
||||||
|
file by removing the overrides for various disk sizes. All archs
|
||||||
|
are curretnly at roughly 17GB storage in use.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 8 16:44:17 UTC 2020 - Federico Mena Quintero <federico@suse.com>
|
Wed Jan 8 16:44:17 UTC 2020 - Federico Mena Quintero <federico@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package rust
|
# spec file for package rust
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
# Copyright (c) 2019 Luke Jones, luke@ljones.dev
|
# Copyright (c) 2019 Luke Jones, luke@ljones.dev
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@ -13,7 +13,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -120,7 +120,7 @@ Release: 0
|
|||||||
Summary: A systems programming language
|
Summary: A systems programming language
|
||||||
License: MIT OR Apache-2.0
|
License: MIT OR Apache-2.0
|
||||||
Group: Development/Languages/Rust
|
Group: Development/Languages/Rust
|
||||||
Url: https://www.rust-lang.org
|
URL: https://www.rust-lang.org
|
||||||
Source0: %{dl_url}/rustc-%{version}-src.tar.xz
|
Source0: %{dl_url}/rustc-%{version}-src.tar.xz
|
||||||
Source99: %{name}-rpmlintrc
|
Source99: %{name}-rpmlintrc
|
||||||
Source100: %{dl_url}/rust-%{version_bootstrap}-x86_64-unknown-linux-gnu.tar.xz
|
Source100: %{dl_url}/rust-%{version_bootstrap}-x86_64-unknown-linux-gnu.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user