forked from pool/telegram-desktop
02610a39cd
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
8 lines
133 B
Plaintext
8 lines
133 B
Plaintext
<constraints>
|
|
<hardware>
|
|
<physicalmemory>
|
|
<size unit="M">2048</size>
|
|
</physicalmemory>
|
|
</hardware>
|
|
</constraints>
|