Accepting request 900155 from home:Guillaume_G:branches:openSUSE:Factory:ARM

- Use asimdrdm CPU flag for aarch64 to select only powerful buildhosts

OBS-URL: https://build.opensuse.org/request/show/900155
OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=970
This commit is contained in:
Fridrich Strba 2021-06-15 13:19:27 +00:00 committed by Git OBS Bridge
parent f367b54ef6
commit 56a290ddc4
2 changed files with 15 additions and 0 deletions

View File

@ -11,4 +11,14 @@
<size unit="M">1200</size>
</memoryperjob>
</hardware>
<overwrite>
<conditions>
<arch>aarch64</arch>
</conditions>
<hardware>
<cpu>
<flag>asimdrdm</flag>
</cpu>
</hardware>
</overwrite>
</constraints>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jun 15 12:28:58 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Use asimdrdm CPU flag for aarch64 to select only powerful buildhosts
-------------------------------------------------------------------
Mon Jun 14 14:46:36 UTC 2021 - Andras Timar <andras.timar@collabora.com>