Richard Brown 2021-08-11 09:47:03 +00:00 committed by Git OBS Bridge
commit 014f35bb58
2 changed files with 16 additions and 0 deletions

View File

@ -4,4 +4,14 @@
<size unit="G">7</size>
</physicalmemory>
</hardware>
<overwrite>
<conditions>
<arch>aarch64</arch>
</conditions>
<hardware>
<cpu>
<flag>asimdrdm</flag>
</cpu>
</hardware>
</overwrite>
</constraints>

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Aug 5 08:13:50 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Use asimdrdm CPU flag for aarch64 to select only more powerful
buildhosts to avoid hanging builds.
-------------------------------------------------------------------
Mon Jul 26 14:34:36 UTC 2021 - Andreas Schwab <schwab@suse.de>