Update _constraints to not require sse for non-x86_64 #4

Open
ggardet_arm wants to merge 1 commits from ggardet_arm/erlang27:main into main
2 changed files with 16 additions and 3 deletions

View File

@@ -1,10 +1,18 @@
<constraints>
<hardware>
<cpu>
<flag>sse2</flag>
</cpu>
<memory>
<size unit="M">6000</size>
</memory>
</hardware>
<overwrite>
<conditions>
<arch>x86_64</arch>
</conditions>
<hardware>
<cpu>
<flag>sse2</flag>
</cpu>
</hardware>
</overwrite>
</constraints>

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 5 16:14:30 UTC 2026 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Update _constraints to not require sse for non-x86_64
-------------------------------------------------------------------
Mon Dec 15 12:05:33 UTC 2025 - Simon Lees <sflees@suse.de>