File _constraints of Package llvm20 (Revision b90b9c10cf065dabc08912d005b9baeb)
Currently displaying revision b90b9c10cf065dabc08912d005b9baeb , Show latest
44
1
<?xml version="1.0"?>
2
<constraints>
3
<hardware>
4
<disk>
5
<size unit="G">35</size>
6
</disk>
7
<memory>
8
<size unit="M">8192</size>
9
</memory>
10
</hardware>
11
<hostlabel exclude="true">SLOW_CPU</hostlabel>
12
<overwrite>
13
<!--
14
We have disabled debuginfo on 32 bit architecture because they simply can no address enough memory to link llvm libraries with it.
15
Without debuginfo the disk and memory requirements are much lower.
16
-->
17
<conditions>
18
<arch>armv6l</arch>
19
<arch>armv7l</arch>
20
<arch>i586</arch>
21
<arch>ppc</arch>
22
<arch>s390</arch>
23
</conditions>
24
<hardware>
25
<disk>
26
<size unit="G">10</size>
27
</disk>
28
<memory>
29
<size unit="M">2048</size>
30
</memory>
31
</hardware>
32
</overwrite>
33
<overwrite>
34
<conditions>
35
<arch>riscv64</arch>
36
</conditions>
37
<hardware>
38
<memory>
39
<size unit="M">14000</size>
40
</memory>
41
</hardware>
42
</overwrite>
43
</constraints>
44