forked from pool/telegram-desktop
Manfred Hollstein
6a8d0a14f6
- Relax _constraints for Arm targets - Disable neon on armv7 since the build of libyuv breaks with neon on armv7 and some armv7 SoC does not include neon anyway OBS-URL: https://build.opensuse.org/request/show/1099688 OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=262
27 lines
572 B
XML
27 lines
572 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<constraints>
|
|
<hardware>
|
|
<physicalmemory>
|
|
<size unit="G">16</size>
|
|
</physicalmemory>
|
|
<memoryperjob>
|
|
<size unit="M">2048</size>
|
|
</memoryperjob>
|
|
</hardware>
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>aarch64</arch>
|
|
<arch>armv7l</arch>
|
|
<arch>armv6l</arch>
|
|
</conditions>
|
|
<hardware>
|
|
<physicalmemory>
|
|
<size unit="G">5</size>
|
|
</physicalmemory>
|
|
<memoryperjob>
|
|
<size unit="M">1024</size>
|
|
</memoryperjob>
|
|
</hardware>
|
|
</overwrite>
|
|
</constraints>
|