Accepting request 910273 from home:Guillaume_G:branches:science

- Use asimdrdm CPU flag for aarch64 to select only more powerful
  buildhosts to avoid hanging builds.

OBS-URL: https://build.opensuse.org/request/show/910273
OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=41
This commit is contained in:
2021-08-06 08:41:17 +00:00
committed by Git OBS Bridge
parent a9b78c9e74
commit a582593690
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>