Skip to content

Commit

Permalink
Added rust/package/_constraints (#1183)
Browse files Browse the repository at this point in the history
## Problem

- OBS build might fail with an `No space left on device` error

## Solution

- Added `rust/package/_constraints` file to require at least 20GB disk
space for build
- On x86_64 the build peak was about 18GB, hopefully this will be enough
also for the other archs
  • Loading branch information
lslezak authored May 7, 2024
2 parents 6bdd94d + df38dde commit 1211775
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rust/package/_constraints
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<constraints>
<hardware>
<disk>
<size unit="G">20</size>
</disk>
</hardware>
</constraints>

0 comments on commit 1211775

Please sign in to comment.