1
0
telegram-desktop/_constraints
Xu Zhao 02610a39cd Accepting request 505243 from home:badshah400:Telegram
Use gcc6 to fix building on Leap 42.2 and newer; add _constraints file to restrict building on hardware with at least 2 GB physical memory.

On Leap 42.2 gcc6 seems to be uninstallable from the main OSS repository, but the gcc6 = 6.2.1 from openSUSE:Leap:42.2:Update works, and telegram builds with it just fine

OBS-URL: https://build.opensuse.org/request/show/505243
OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=18
2017-06-21 15:00:51 +00:00

8 lines
133 B
Plaintext

<constraints>
<hardware>
<physicalmemory>
<size unit="M">2048</size>
</physicalmemory>
</hardware>
</constraints>