- raise constraints to 8GB to cover SLE15 builds as well

OBS-URL: https://build.opensuse.org/package/show/network/dpdk?expand=0&rev=146
This commit is contained in:
Dirk Mueller 2023-04-27 14:50:47 +00:00 committed by Git OBS Bridge
parent 4e53624457
commit d22d7cf8fc
2 changed files with 23 additions and 19 deletions

View File

@ -1,22 +1,21 @@
<?xml version="1.0"?>
<constraints>
<overwrite>
<conditions>
<arch>i586</arch>
<arch>x86_64</arch>
</conditions>
<hardware>
<cpu>
<flag>mmx</flag>
<flag>sse</flag>
<flag>sse2</flag>
<flag>ssse3</flag>
<flag>sse4_2</flag>
</cpu>
<disk>
<size unit="G">6</size>
</disk>
</hardware>
</overwrite>
<overwrite>
<conditions>
<arch>i586</arch>
<arch>x86_64</arch>
</conditions>
<hardware>
<cpu>
<flag>mmx</flag>
<flag>sse</flag>
<flag>sse2</flag>
<flag>ssse3</flag>
<flag>sse4_2</flag>
</cpu>
<disk>
<size unit="G">8</size>
</disk>
</hardware>
</overwrite>
</constraints>

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Apr 27 14:50:31 UTC 2023 - Dirk Müller <dmueller@suse.com>
- raise constraints to 8GB to cover SLE15 builds as well
-------------------------------------------------------------------
Wed Apr 26 05:28:15 UTC 2023 - Jiri Slaby <jslaby@suse.cz>