Skip to content

Commit

Permalink
Increase constraint (#1876)
Browse files Browse the repository at this point in the history
## Problem

ppc fails to build due to run out of space


## Solution

increase disk constrain to ensure there is enough space. Probably caused
by that new xtask compilation task that eats another space.


## Testing

Testing in my IBS branch
https://build.suse.de/package/show/home:jreidinger:branches:Devel:YaST:Agama:Head/agama
  • Loading branch information
jreidinger authored Jan 9, 2025
2 parents 2eb9ad2 + 4eaa894 commit 95e8542
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rust/package/_constraints
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<hardware>
<jobs>4</jobs>
<disk>
<size unit="G">20</size>
<size unit="G">25</size>
</disk>
<physicalmemory>
<size unit="G">8</size>
Expand Down
6 changes: 6 additions & 0 deletions rust/package/agama.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Jan 9 12:52:05 UTC 2025 - Josef Reidinger <[email protected]>

- Increase disk size in _constraints to fix build on ppc
(gh#agama-project/agama#1876).

-------------------------------------------------------------------
Wed Jan 8 14:05:34 UTC 2025 - Imobach Gonzalez Sosa <[email protected]>

Expand Down

0 comments on commit 95e8542

Please sign in to comment.