1
0
telegram-desktop/_constraints
Manfred Hollstein 6a8d0a14f6 Accepting request 1099688 from home:Guillaume_G:branches:server:messaging
- 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
2023-07-20 09:35:49 +00:00

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>