SHA256
1
0
forked from pool/mold

- Add memory per job constraint.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/mold?expand=0&rev=37
This commit is contained in:
Martin Liška
2022-05-13 09:22:13 +00:00
committed by Git OBS Bridge
parent a894d21dcb
commit 9b47313083
2 changed files with 12 additions and 0 deletions

7
_constrains Normal file
View File

@@ -0,0 +1,7 @@
<constraints>
<hardware>
<memoryperjob>
<size unit="M">1000</size>
</memoryperjob>
</hardware>
</constraints>

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri May 13 09:21:22 UTC 2022 - Martin Liška <mliska@suse.cz>
- Add memory per job constraint.
-------------------------------------------------------------------
Tue May 10 12:30:07 UTC 2022 - Martin Liška <mliska@suse.cz>