forked from pool/erlang27
Update _constraints to not require sse for non-x86_64 #4
14
_constraints
14
_constraints
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user