SHA256
1
0
forked from pool/texlive
Dr. Werner Fink 2020-04-22 09:50:26 +00:00 committed by Git OBS Bridge
parent a4486e35c6
commit 79939e25c5
2 changed files with 31 additions and 0 deletions

25
_constraints Normal file
View File

@ -0,0 +1,25 @@
<constraints>
<hardware>
<disk>
<size unit="G">4</size>
</disk>
<physicalmemory>
<size unit="G">4</size>
</physicalmemory>
<processors>4</processors>
</hardware>
<overwrite>
<conditions>
<arch>x86_64</arch>
<arch>ppc64le</arch>
<arch>s390x</arch>
<arch>aarch64</arch>
</conditions>
<hardware>
<memory>
<size unit="G">6</size>
</memory>
<processors>8</processors>
</hardware>
</overwrite>
</constraints>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Apr 22 09:49:08 UTC 2020 - Dr. Werner Fink <werner@suse.de>
- Add a _constraints file to have a better control how much disk
space and power we have to get all binaries build and installed
-------------------------------------------------------------------
Wed Apr 22 06:18:45 UTC 2020 - Dr. Werner Fink <werner@suse.de>