mariadb/_constraints
Danilo Spinella bcc2df9745 Accepting request 1129562 from home:jirislaby:branches:server:database
- Fix location of unwanted binaries (which are deleted)
- Fix location in rpmlintrc
- Disable LTO on ppc64le due to error
- constraints: increase memory to 16G on ppc64le, 10G is no longer enough
  (perhaps a linker bug?)

OBS-URL: https://build.opensuse.org/request/show/1129562
OBS-URL: https://build.opensuse.org/package/show/server:database/mariadb?expand=0&rev=315
2023-11-29 12:09:58 +00:00

36 lines
650 B
Plaintext

<constraints>
<hardware>
<disk>
<size unit="G">18</size>
</disk>
<memory>
<size unit="G">8</size>
</memory>
</hardware>
<overwrite>
<conditions>
<arch>i586</arch>
<arch>x86_64</arch>
<arch>aarch64</arch>
<arch>ppc</arch>
</conditions>
<hardware>
<physicalmemory>
<size unit="G">10</size>
</physicalmemory>
</hardware>
</overwrite>
<overwrite>
<conditions>
<arch>ppc64le</arch>
</conditions>
<hardware>
<physicalmemory>
<size unit="G">16</size>
</physicalmemory>
</hardware>
</overwrite>
</constraints>