Accepting request 257846 from devel:ARM:Factory
- fix constraints for armv6l/armv7l (there is no 4GB RAM on 32bit) OBS-URL: https://build.opensuse.org/request/show/257846 OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=392
This commit is contained in:
parent
6bdddb5200
commit
60edc37f26
11
_constraints
11
_constraints
@ -5,4 +5,15 @@
|
||||
<size unit="M">4000</size>
|
||||
</memory>
|
||||
</hardware>
|
||||
<overwrite>
|
||||
<conditions>
|
||||
<arch>armv6l</arch>
|
||||
<arch>armv7l</arch>
|
||||
</conditions>
|
||||
<hardware>
|
||||
<memory>
|
||||
<size unit="M">768</size>
|
||||
</memory>
|
||||
</hardware>
|
||||
</overwrite>
|
||||
</constraints>
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 21 08:39:22 UTC 2014 - dmueller@suse.com
|
||||
|
||||
- fix constraints for armv6l/armv7l (there is no 4GB RAM on 32bit)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 29 09:40:52 UTC 2014 - idonmez@suse.com
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user