Accepting request 1070516 from home:dirkmueller:Factory

- update constraints to exclude workers with very slow CPU

OBS-URL: https://build.opensuse.org/request/show/1070516
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm15?expand=0&rev=21
This commit is contained in:
Aaron Puchert 2023-03-10 20:27:29 +00:00 committed by Git OBS Bridge
parent d0057caff2
commit ace2a39c9e
2 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,7 @@
<size unit="M">4096</size>
</memory>
</hardware>
<hostlabel exclude="true">SLOW_CPU</hostlabel>
<overwrite>
<!--
We have disabled debuginfo on 32 bit architecture because they simply can no address enough memory to link llvm libraries with it.

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Mar 9 17:17:40 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update constraints to exclude workers with very slow CPU
-------------------------------------------------------------------
Sat Jan 14 14:06:38 UTC 2023 - Aaron Puchert <aaronpuchert@alice-dsl.net>