1
0

Accepting request 1099694 from 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 (forwarded request 1099688 from Guillaume_G)

OBS-URL: https://build.opensuse.org/request/show/1099694
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/telegram-desktop?expand=0&rev=92
This commit is contained in:
Dominique Leuenberger 2023-07-25 09:49:48 +00:00 committed by Git OBS Bridge
commit 73e9f7855d
3 changed files with 11 additions and 2 deletions

View File

@ -13,11 +13,10 @@
<arch>aarch64</arch>
<arch>armv7l</arch>
<arch>armv6l</arch>
<arch>i586</arch>
</conditions>
<hardware>
<physicalmemory>
<size unit="G">8</size>
<size unit="G">5</size>
</physicalmemory>
<memoryperjob>
<size unit="M">1024</size>

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Jul 20 08:07:41 UTC 2023 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- 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
-------------------------------------------------------------------
Mon Jul 17 13:14:40 UTC 2023 - Илья Индиго <ilya@ilya.cf>

View File

@ -269,6 +269,9 @@ mkdir -p out/Release
cd out/Release
cmake -G Ninja \
-DCMAKE_BUILD_TYPE=Release \
%ifarch armv7l armv7hl
-DTG_OWT_ARCH_ARMV7_USE_NEON=OFF \
%endif
-DTG_OWT_SPECIAL_TARGET=linux \
-DTG_OWT_LIBJPEG_INCLUDE_PATH=/usr/include \
-DTG_OWT_OPENSSL_INCLUDE_PATH=/usr/include/openssl \