SHA256
1
0
forked from pool/rust1.71

Accepting request 1099159 from home:firstyear:branches:devel:languages:rust

Submit new package rust1.71

OBS-URL: https://build.opensuse.org/request/show/1099159
OBS-URL: https://build.opensuse.org/package/show/devel:languages:rust/rust1.71?expand=0&rev=1
This commit is contained in:
2023-07-18 04:27:53 +00:00
committed by Git OBS Bridge
commit 0131a13ce7
32 changed files with 1332 additions and 0 deletions

27
_constraints Normal file
View File

@@ -0,0 +1,27 @@
<?xml version="1.0"?>
<constraints>
<hardware>
<!-- processors doesn't actually ... get you that many threads. Sigh -->
<!-- request number of jobs instead (6 is max on ppc/s390x) -->
<jobs>6</jobs>
<physicalmemory>
<size unit="G">4</size>
</physicalmemory>
<disk>
<!-- Needed when we may need to bundle llvm -->
<size unit="G">30</size>
</disk>
</hardware>
<!-- aarch64: X-Gene cpus are the only ones that work as there is a bug in others - select -->
<!-- 12G of ram to ensure these are what's used. -->
<overwrite>
<conditions>
<arch>aarch64</arch>
</conditions>
<hardware>
<physicalmemory>
<size unit="G">12</size>
</physicalmemory>
</hardware>
</overwrite>
</constraints>